HTTP
HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.
- GitHub: https://github.com/topics/http
- Wikipedia: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
- Created by: Tim Berners-Lee
- Released: 1989
- Aliases: http2, https,
- Last updated: 2026-06-25 00:11:19 UTC
- JSON Representation
https://github.com/nchern/red
Console User Interface(CUI) for HTTP API
api command-line cui debug http testing vim
Last synced: 20 May 2026
https://github.com/goto-bus-stop/surf-sse
Server-Sent Events/EventSource client based on Surf
event-sourcing event-stream http server-sent-events surf
Last synced: 16 Apr 2025
https://github.com/chaunsin/go-har
golang parses http HAR files
fileparser files go har har-files har-model http
Last synced: 12 Oct 2025
https://github.com/lehoangthienan/go-elastic-apm-trace
Microservices tracing - monitoring with Elastic APM - HTTP/GRPC
apm elastic elasticsearch golang grpc http kibana trace tracing
Last synced: 07 May 2026
https://github.com/jeninsutradhar/go-reverse-proxy
a simple, lightweight reverse proxy server built in Go, enabling secure and efficient forwarding of HTTP, HTTPS, and WebSocket traffic between local services and public servers
firewall forwarding-proxy golang http nat proxy reverse-proxy websocket
Last synced: 10 Jan 2026
https://github.com/hueristiq/hqgohttp
A Go(Golang) package for handling HTTP(S) stuff.
go golang-package http http-headers http-methods http-status-code https
Last synced: 15 May 2025
https://github.com/woodprogrammer/deploymentdemo
Kubernetes Deployment-Secret-Demo, application demo repository
deployment docker http kubernetes microservices rolling-up-deployment service
Last synced: 11 Apr 2026
https://github.com/vsevex/dnsolve
Pure Dart library that provides an easy way to perform DNS lookups.
Last synced: 27 Jan 2026
https://github.com/shawshankkumar/express-status-validation
A dead simple npm library to validate status codes in express.js
Last synced: 22 Jan 2026
https://github.com/aplr/stubbles
A declarative HTTP stubbing library written in Swift
Last synced: 02 Aug 2025
https://github.com/cedric05/azure-cli-proxy
Creates a localhost proxy to Azure ARM
azure azure-arm developer-tools http localhost proxy proxy-server simple
Last synced: 04 Jan 2026
https://github.com/neuroglia-io/aspnetcore.http
A NET CORE 3.1 library that provides tools to extend AspNetCore Http
Last synced: 03 May 2026
https://github.com/zingarelli/anotacoes-estudo
Anotações que eu vou escrevendo como forma de estudos dos cursos de tecnologia que eu faço. A maior parte é focada no Front End.
acessibilidade alura carreira css estudos html http javascript machine-learning nextjs react typescript vitrinedev
Last synced: 06 Sep 2025
https://github.com/povilasb/httpmeter
Hackable HTTP benchmarking tool written in Python
asyncio benchmarking http python3
Last synced: 18 Oct 2025
https://github.com/waivital/http-retry-demo
Reproduce the HTTP retry behavior after connection prematurely closed
Last synced: 05 Feb 2026
https://github.com/cdpdriver/kdriver-proxy
A lightweight SOCKS5 proxy server written in pure Kotlin. It allows you to create local SOCKS5 proxy endpoints that forward traffic through a remote HTTPS proxy with optional authentication.
http kotlin proxy sock5 sock5-proxy-server
Last synced: 12 Feb 2026
https://github.com/danprince/zhttp
🛡️ Typesafe HTTP endpoints with Express, Zod, and Static Path
Last synced: 17 Apr 2026
https://github.com/cpageler93/api-client
Easy HTTP Client for Swift
async-http-client http http-client swift vapor
Last synced: 21 Oct 2025
https://github.com/chitralverma/schnapps
Schnapps is a precise toolkit to rapidly develop production-grade, secure and self-contained WebApps and REST APIs over HTTP and WebSockets.
authentication authorization http microservices rest rpc scala web websocket
Last synced: 11 Jun 2025
https://github.com/maoxuli/netb
NetB - Base and Blocks for Network Programming
application-protocol asynchronous buffer cpp dns error-handling event-driven http linux mac-osx multithreading network-protocol protocol-messages raspberry-pi reactor rtsp socket tcp-ip udp windows
Last synced: 23 Oct 2025
https://github.com/bugov/http-basic-auth
💂UTF-8 compatible implementation of HTTP Basic Auth for Python
basic-authentication http python python3 utf-8
Last synced: 15 Mar 2026
https://github.com/greeenboi/roll
A colorful implementation of a cli tool to make http requests
clap-rs cli http http-requests rust
Last synced: 20 Jul 2025
https://github.com/activ8-developers/purli
Purli (PHP Url Interface) is lightweight library with object-oriented interface for sending HTTP requests.
api curl http httpclient php purli socket webservices
Last synced: 22 Mar 2025
https://github.com/james231/curl-it
A Free Open-Source HTTP (GET/POST) Request Testing Tool written in PHP.
curl frontend http http-client php rest-client
Last synced: 24 Oct 2025
https://github.com/sshehrozali/daffodil
Distributed systems example in Spring framework using Load Balancer, API Gateway, Service Discovery and Distributed tracing.
distributed-computing distributed-log docker eureka http load-balancing microservices service-disovery spring spring-boot zipkin-sleuth
Last synced: 09 Feb 2026
https://github.com/sv443/node.js-http-encoding-example
An example of how content encoding works in Node.js HTTP servers
brotli deflate encoding gzip html http http-server javascript js node nodejs website websites
Last synced: 17 May 2026
https://github.com/bluekeyes/hatpear
Simple error aggregation and handling for Go HTTP handlers
error-handling errors golang http
Last synced: 25 Oct 2025
https://github.com/slavabobik/xbinder
Bind http query parameters into a structure
Last synced: 12 Mar 2026
https://github.com/vandenberghinc/vlib
VLib is a generic header-only c++ library for basic types, json, pandas like dataframe, threads, service daemons, compression, zip, encryption, hashing, encoding, tcp, http, https, tls and more.
aes aes128 aes256 base64 compression daemon hex http https json sha1 sha256 sha512 tcp threading tls zip
Last synced: 24 Feb 2026
https://github.com/sabaurgup/crud-with-jquery_ajax-bootstrap
Basic CRUD Application projects created by me using AJAX, ASP.NET and Bootstrap to perform CRUD operations.
ajax-jquery ajax-library ajax-modal asp-net-core bootstrap5 crud delete dotnet get html-css-javascript http jquery jquery-library post put service swagger web-application
Last synced: 30 Apr 2026
https://github.com/zzampax/simple-http
This is a completly custom made HTTP server, it doesn't use any external library to handle the HTTP requests, it's all made from scratch. It's just a simple project to learn how to handle TCP in RUST.
blog computer-science first-project http rust
Last synced: 26 Jun 2025
https://github.com/itzlyg/iot
物联网平台 物联网应用 物联网 智慧平台
elasticsearch element-ui http java kafka modbus mqtt mybatis-plus mysql openapi3 oss redis redisson rocketmq spring-boot tcp tdengine vertx vue2 websocket
Last synced: 27 Oct 2025
https://github.com/jhnw/basicvideostreamer
Simple Rust video streaming library using HTTP 1.1 model.
Last synced: 11 Mar 2026
https://github.com/lsongdev/server-sent-events
server send events library for node.js
eventsource http realtime server-push sse
Last synced: 23 Aug 2025
https://github.com/Meniny/Mint
🌿 Human readable HTTP request in Swift.
html http ios macos multipartform-data networking request tvos urlsession watchos
Last synced: 11 Mar 2025
https://github.com/adaiasmagdiel/hermes
Hermes is a experimental lightweight PHP library for routing management. It provides a simple and intuitive way to define routes and execute actions based on HTTP requests.
experimental http lightweight mythology oop oriented-object-programming php router routing web web-development
Last synced: 22 Aug 2025
https://github.com/scyth3-c/curl-http-wrapper
make http requests easily in c++ ⚡
api-client cpp cpp20 http libcurl library linux makefile requests-module
Last synced: 12 Apr 2025
https://github.com/dbeaudoinfortin/httploadtester
A Java load testing tool for web applications, over HTTP/HTTPS.
http load-testing rest undertow
Last synced: 26 Feb 2026
https://github.com/hisano/netty-codec-webtransport
Netty Codec for WebTransport
http https java kotlin netty quic webtransport
Last synced: 09 Feb 2026
https://github.com/melvishniz/vue-api-kit
A powerful and type-safe API client for Vue 3 applications with built-in validation using Zod.
api api-client axios http rest sdk typescript vue vue3 zod
Last synced: 20 Feb 2026
https://github.com/itsjimi/req
Send requests from Rofi and CLI
cli go golang http http-client request requests rofi rofi-req rofi-scripts
Last synced: 13 Feb 2026
https://github.com/mondeja/http-request-codegen
Multilanguage HTTP requests code generator
code-snippets documentation http metaprogramming requests
Last synced: 17 Mar 2026
https://github.com/realpython/pygments-httpie
A Pygments lexer for the the output of httpie
django http httpie pygments pygments-lexer
Last synced: 16 Aug 2025
https://github.com/bert0324/fill-fetch
A modern, high performance extension of fetch api.
fetch http javascript modern request typescript
Last synced: 30 Jan 2026
https://github.com/maiha/http-mock
Real http server for stubbing and expectations in Scala
Last synced: 13 Sep 2025
https://github.com/erengy/hypp
HTTP/1.1 418 I'm a teapot
cpp17 header-only http work-in-progress
Last synced: 07 Feb 2026
https://github.com/fiskaltrust/middleware-demo-postman
A Postman collection containing examples that demonstrate how to call the fiskaltrust.Middleware via HTTP.
demo-application http kassensichv middleware pos-systems postman-collection rksv
Last synced: 03 Jan 2026
https://github.com/5cript/roar
A Networking Library Wrapping Around ASIO, Beast and Curl
boost cpp20 http http-server https websocket websockets
Last synced: 01 Feb 2026
https://github.com/zaiste/zrob
:leaves: :ant: Small, simple and modern HTTP request library for Node
http http-client javascript request tiny-javascript-library
Last synced: 07 Feb 2026
https://github.com/oliwer/thc
Go HTTP client with metrics and circuit breaker
circuit-breaker go golang http metrics monitoring
Last synced: 08 Feb 2026
https://github.com/alx-xlx/download-web-directory
Download web directory from both surface and deep web
Last synced: 02 Sep 2025
https://github.com/southclaws/qstring
This package provides an easy way to marshal and unmarshal url query string data to and from structs.
http query-string reflection struct-tags
Last synced: 22 Apr 2025
https://github.com/mrgrd56/textractor-integration-extensions
Integrate Textractor with other apps via named pipes or HTTP
cpp extension http json named-pipes textractor textractor-extension
Last synced: 05 Jul 2025
https://github.com/vaibhavpandeyvpz/sandesh
PSR-7 and PSR-17 implementation, works with PHP >= 7.0.
http implementation php psr-17 psr-7
Last synced: 24 Apr 2025
https://github.com/vaibhavpandeyvpz/tez
Fast and simple enough, framework agnostic, RegExp based HTTP router for micro-services and REST APIs.
Last synced: 24 Apr 2025
https://github.com/keq-request/keq-cli
Keq command tool
cli command-line-tool http keq
Last synced: 18 Apr 2026
https://github.com/thisiserico/stub
A test double for http calls to remove the need to run extra services along your acceptance tests 🎭
Last synced: 17 Jan 2026
https://github.com/msrd0/gotham_formdata
Form data parsing for the gotham web framework
data form gotham html http multipart rust server urlencoded
Last synced: 16 Mar 2025
https://github.com/tinyhttp/unless
🚦 Unless middleware for tinyhttp
http middleware node-js nodejs tinyhttp unless unless-middleware
Last synced: 09 Apr 2025
https://github.com/cploutarchou/go-requests
An HTTP client that is ready for production in Go for a lot of useful features while only using the standard library of the language.
client-library go golang golang-library golang-package http http-client http-requests rest-api
Last synced: 09 Apr 2025
https://github.com/dkxce/oruxpalsserver
This is the OruxPalsServer specially written for OruxMaps Android Application (6.5.5+ for AIS and 7.0.0rc9+ for APRS). The server can receive position from OruxMaps application by GPSGate (HTTP GET) protocol, MapMyTracks protocol or APRS protocol. Server stores received positions and send it to all clients connected by AIS or APRS. So you can watch on the map user position in real time as vessels (by AIS) or as aprs icons (by APRS) with names.
ais android aprs dkxce friens gps http maps navigation online orux oruxmaps server tracker web
Last synced: 02 Sep 2025
https://github.com/anderson-lu/gofaquest
gofaquest: a high performance request pool service written by golang
downloader fast-request http httpclient request
Last synced: 14 Jan 2026
https://github.com/yageek/corkscrew-rs
:satellite: A quick and dirty port of corkscrew in Rust
Last synced: 21 Mar 2025
https://github.com/rokf/tinyserv
Really simple static HTTP server
http http-server server static-site
Last synced: 08 Jul 2025
https://github.com/myConsciousness/authorization-header
AuthorizationHeader is an open-sourced Dart library. With AuthorizationHeader, you can easily manage authorization header on your application.
authorization-header authrization dart flutter header http library pubdev
Last synced: 03 Apr 2025
https://github.com/justin-p/ansible-role-chisel
A Ansible role to deploy a https://github.com/jpillora/chisel client and/or server as a systemd service.
ansible ansible-galaxy ansible-role chisel golang hacktoberfest http systemd tcp tunnel
Last synced: 29 Oct 2025
https://github.com/mithosk/funckly
Simple Web API Framework
api framework functional graphql http rest restful
Last synced: 30 Apr 2025
https://github.com/paulo-lopes-estevao/client-code-generators
Repository for all code generators provided by clients
client clientao code-generation dart http http-client insomnia postman
Last synced: 10 Apr 2025
https://github.com/sgreben/http-echo
tiny HTTP server that echoes the requests it receives. single binary, no dependencies. linux, osx, windows.
debug echo golang http http-server tiny
Last synced: 01 Apr 2025
https://github.com/colinodell/static-response-server
Super tiny HTTP server that always returns the same response
docker go golang http http-server
Last synced: 15 May 2026
https://github.com/felix-kaestner/lungo
A tiny, zero-dependency web framework based on net/http with an intuitive API.
Last synced: 24 Jun 2025
https://github.com/overlineink/http-chapter
Consuming HTTP services and making a reusable data service for HTTPs classes
angular best-practices http separation-of-concerns typescript
Last synced: 03 May 2026
https://github.com/supereg/homebridge-http-outlet
Http outlet for Homebridge: https://github.com/homebridge/homebridge
hap homebridge homebridge-http homebridge-plugin homekit http http-outlet javascript mqtt mqtt-smarthome notifications outlet regex
Last synced: 05 May 2025
https://github.com/journy-io/http
💌 HTTP library that powers our Node.js SDK
Last synced: 05 May 2025
https://github.com/bc1bb/gotrusty
🦀 HTTP server made in Rust with no dependency.
Last synced: 26 Jun 2025
https://github.com/middlewares/robots
PSR-15 middleware to enable/disable the robots of the search engines
http middleware psr-15 robots-txt seo
Last synced: 13 Dec 2025
https://github.com/mahenrique94/buscando-cep-com-axios
Post para meu blog pessoal:
axios blog get http javascript javascript-library post webservice
Last synced: 16 May 2026
https://github.com/yornaath/fp-ts-http
Opinionated, strongly typed http middleware library using fp-ts fp-ts-routing and io-ts for decoding of io
fp-ts functional functional-programming http io-ts koa koa2 rest routing types
Last synced: 19 May 2026
https://github.com/gavrilaf/seagull
Swift web framework
http router swift swift-nio web-framework
Last synced: 29 Oct 2025
https://github.com/schmich/fsws
Ruby file system web server. Replaced by https://github.com/schmich/sfs
development devtools http ruby server static-site web web-server webserver
Last synced: 28 Oct 2025
https://github.com/octoenergy/ensek
🐍 Python Client for the ENSEK API (http://www.ensek.co.uk/)
api api-client api-wrapper ensek http python-lib python3
Last synced: 24 Jun 2025