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-27 00:14:44 UTC
- JSON Representation
https://github.com/muhammad-usman-108/http-status-descriptions
A npm package that provides human-readable descriptions for HTTP status codes.
api api-response description developer-tools error http http-response http-status-code human-readable status-code
Last synced: 24 Mar 2025
https://github.com/phungvandat/go-jaeger-tracing
Deploy and demo Jaeger Tracing with HTTP, GRPC
golang grpc http jaeger-go opentracing
Last synced: 18 Apr 2026
https://github.com/leoborai/patissier
HTTP Cookie builder library following the RFC6265
builder cookies http javascript patissier typescript web
Last synced: 06 Apr 2025
https://github.com/roberth-k/rq
rq is a wrapper for go's http client
golang http http-client immutable
Last synced: 16 Jan 2026
https://github.com/rbourgeat/webserv
This project is here to make you write your HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
42 42born2code 42cursus 42paris 42projects 42school http
Last synced: 08 Apr 2025
https://github.com/crypto-scythe/http_generator
Generator for HTTP header fields, status codes and media types
headers http media-types php status-codes
Last synced: 03 Apr 2025
https://github.com/probablyrational/docker-laravel
A simple docker image to serve laravel
apache docker http laravel php probablyrational
Last synced: 07 May 2026
https://github.com/gedgonz/api
API REST para el consumo de los datos de una Agenda
Last synced: 12 Apr 2026
https://github.com/soenneker/soenneker.extensions.httpcontent
A collection of helpful HttpContent extension methods
clone csharp dotnet extension extensions http httpclient httpcontent httpcontentextension request
Last synced: 22 Apr 2026
https://github.com/yankeguo-deprecated/colimit
concurrency limiter for Echo framework
concurrency-limiter echo echo-middleware golang http
Last synced: 08 Apr 2025
https://github.com/mahtin/http-source-information-header
Proposed X-Server-ID HTTP header RFC
Last synced: 10 Mar 2025
https://github.com/lugensa/gocept.httpserverlayer
This package provides an HTTP server for testing your application with normal HTTP clients (e.g. a real browser). This is done using `test layers`, which are a feature of `zope.testrunner`.
http python testing testrunner
Last synced: 24 Mar 2025
https://github.com/drazenzadravec/curlclient
cURL C++ HTTP client wrapper
c-plus-plus client cpp curl http http-client http-requests https libcurl wrapper
Last synced: 06 Jan 2026
https://github.com/ikrong/mini-http
golang static server. a minimal static server.
golang http http-server https https-server server static static-server
Last synced: 06 Apr 2025
https://github.com/iradukunda1/email-client
email client based gmail as smtp server
Last synced: 26 Jan 2026
https://github.com/ahmethakanbesel/http-socket
A socket level HTTP server and client implementation in Python. Only GET and POST methods are implemented. Educational purposes only, not suitable for production.
http http-client http-server multithreading socket socket-programming
Last synced: 25 Mar 2025
https://github.com/ccostafrias/semana-omnistack-9.0
Projeto da Semana Omnistack 9.0 criado através da plataforma Rockseat.
client http mobile nodejs react-native reactjs rocketseat semana-omnistack server websocket
Last synced: 12 Jun 2026
https://github.com/fabiokleis/rawhttp
Servidor http puro em erlang!
erlang-otp hacktoberfest http http-server network-programming
Last synced: 09 Apr 2025
https://github.com/sgreben/http-subst-server
tiny static file server, with dead simple templates (just $VARIABLES). single binary, no dependencies. linux, osx, windows. #golang
binary environment-variables golang http server subst
Last synced: 01 Apr 2025
https://github.com/mohammad-pooladi/http3_quic
HTTP/3 is the latest version of the HTTP protocol, built on top of the QUIC protocol. It is designed to reduce latency, improve security, and enhance performance. Unlike HTTP/2, which relies on TCP, HTTP/3 uses QUIC directly.
Last synced: 21 Jan 2026
https://github.com/d-holguin/rawrustserver
A multi-threaded HTTP server built using only the Rust standard library for practice and learning.
Last synced: 23 Apr 2025
https://github.com/ggrandes/httpbench
HttpBench is a benchmark command line tool for measuring the performance of HTTP web servers
Last synced: 14 Jan 2026
https://github.com/piotrpress/remoter
This library is a chainable HTTP Client based on file_get_contents() function.
chain chainable file-get-contents header headers http http-client httpclient php remoter request response url
Last synced: 10 Jul 2025
https://github.com/HalilFocic/onixhttp
My attemt to making full fledged HTTP server in zig
Last synced: 04 Sep 2025
https://github.com/sfuhrm/logwebconfig
Logging configuration using a REST API
configuration http http-server log4j log4j2 logging rest rest-api runtime-config
Last synced: 09 Apr 2025
https://github.com/tynes/redux-ws-server
dispatch redux actions via http server
curl http nodejs redux websockets
Last synced: 28 Apr 2026
https://github.com/ckampfe/httpipe
super easy ad-hoc inter-process communication via HTTP
http networking patchbay proxy rust
Last synced: 27 Mar 2025
https://github.com/iamazeem/fluent-plugin-http-cwm
fluentd HTTP Input Plugin for CloudWebManage Logging Component (https://github.com/CloudWebManage)
fluentd fluentd-input-plugin fluentd-plugin http logging logging-and-metrics minio
Last synced: 19 Jun 2025
https://github.com/jeremyje/gowebserver
A simple, convenient, reliable, well tested HTTP/HTTPS web server to host static files.
Last synced: 01 Apr 2026
https://github.com/sitic/http-hid-keyboard
Turn your Raspberry Pi into a remote keyboard, control via HTTP requests
hid http python raspberry-pi usb
Last synced: 13 Apr 2026
https://github.com/tigase/tigase-http-api
(M) Tigase HTTP API
api http rest tigase tigase-xmpp-server
Last synced: 24 Apr 2025
https://github.com/didrod205/fetchwise
Tiny zero-dependency resilient fetch — retries, exponential backoff, timeouts & Retry-After. ~1KB, works everywhere fetch does.
backoff exponential-backoff fetch fetch-retry http retries retry timeout typescript zero-dependency
Last synced: 16 Jun 2026
https://github.com/mhashim6/voice-controlled-pi
Various controls over RaspberryPi's pins through HTTP, Android and voice recognition [school project].
andriod coroutines http kotlin ktor-framework okhttp3 raspberry-pi rest-api school-project voice-recognition
Last synced: 21 Apr 2026
https://github.com/dandamandabest/proxy
DailyProxy
dns-over-https docker http mitm proxy reverse-proxy shadowrocket shadowsocksr socks5-proxy ssr v2rayng vpn websocket-tls windows-v2ray
Last synced: 09 Apr 2025
https://github.com/stefanov-sm/base64-image-viewer
base64 image viewer
base64 header http magic-numbers
Last synced: 11 Apr 2025
https://github.com/powerpuffpenguin/jsgenerate_grpc-gateway
grpc-gateway project template
golang grpc grpc-gateway http http-server http2 rpc rpc-server template-project
Last synced: 05 May 2026
https://github.com/igudkova/http-mock-player
.NET library for recording and playing HTTP mock requests
dotnet http integration-testing json mock nunit
Last synced: 14 Jan 2026
https://github.com/alwalxed/yuta
Streamlines domain discovery, probing, and filtering in one pipeline.
amass automation dnsx docker enumeration enumeration-tool http http-probe httpx javascript nodejs open-source penetration-testing pentest-tool pentesting react-ink recon reconnaissance security security-tools
Last synced: 02 Jan 2026
https://github.com/plasmapper/http-esp-cpp
HTTP C++ Class Component for ESP-IDF
Last synced: 18 Jan 2026
https://github.com/chocolateboy/wax
A CLI tool which adds HTTP support to other CLI tools
cache cli command-combinator command-line command-line-tool http httpify https mirror uri url web webify
Last synced: 31 Mar 2025
https://github.com/developerrsquared/aws-lambda-requests-wrapper
Request/Response wrapper for AWS Lambda with API Gateway
api-gateway aws development http lambda python python3 serverless
Last synced: 14 Jan 2026
https://github.com/shellbear/qleex
A minimal HTTP Middleware router for Crystal.
crystal http middleware radix router
Last synced: 21 Mar 2026
https://github.com/krystianity/grpc-hybrid-container
gRpc < node.js + C++ > Container = <3
containers cpp docker grpc http nodejs webservice
Last synced: 13 Apr 2026
https://github.com/goetas/docker-nginx-redirect
Handle HTTP redirects with this simple docker image
docker http nginx nginx-proxy redirect
Last synced: 29 Apr 2026
https://github.com/sethfalco/retropia
An extension for Retrofit to provide a subjectively cleaner interface and utilities. [This is a mirror from GitLab, please interact with the repository there.]
http http-client java11 retrofit retrofit2 retropia
Last synced: 02 Apr 2025
https://github.com/mementomori11723/go-terraform-server
A simple http server writen in go
go golang http http-server server terraform
Last synced: 29 Aug 2025
https://github.com/kananniftiyev/loadfuse
High-performance L7 load balancer implemented in Rust. 💪
algorithms http https hyper load-balancer log rust server tokio yaml-configuration
Last synced: 07 Sep 2025
https://github.com/micro-php/http-pack
Micro Framework: Enable all HTTP plugins in one.
framework-php http microphp php php82
Last synced: 10 Jan 2026
https://github.com/ashok-arjun/torrenter
Torrenter is a torrent client, written from scratch, in Python 3.6.9.
http networking p2p peer-to-peer tcp tcp-client tcp-ip tcp-socket torrent torrent-client torrent-downloader torrents udp
Last synced: 25 Mar 2025
https://github.com/apache/geronimo-microprofile
Apache Geronimo Microprofile Aggregator Project
geronimo http java javaee network-server web-framework
Last synced: 20 Jan 2026
https://github.com/w-henderson/humphreyjr
🐪 The Performance-Focused, Dependency-Free Web Server, now in OCaml. (WIP)
http http-server ocaml web-framework web-server
Last synced: 31 May 2026
https://github.com/mrgrd56/jsonhttpclient
csharp dotnet http json nuget-package
Last synced: 13 Apr 2026
https://github.com/houseos/scp
Arduino library for secure-control-protocol devices
chacha20-poly1305 esp8266 http iot json protocol rest security wifi
Last synced: 13 Apr 2026
https://github.com/saasquatch/apache-client5-reactive
Thin wrapper around Apache HttpAsyncClient 5.x to expose Reactive Streams interfaces.
apache apache-httpclient apache-httpcomponents async flowable http http-client httpcomponents httpcomponents-client java reactive-streams reactivex rxjava
Last synced: 04 Jun 2026
https://github.com/takama/bit
A simplest HTTP router with additional control
Last synced: 26 Mar 2025
https://github.com/grandmoff100/duckdnsapi
A python wrapper of the DuckDNS HTTP API.
api duckdns hacktoberfest http python sphinx-doc wrapper-api
Last synced: 17 Mar 2025
https://github.com/jedimahdi/movie-network
Movie network system with c++
cpp cpp11 http mvc web-application
Last synced: 05 Oct 2025
https://github.com/peterservice-rnd/robotframework-requestschecker
RobotFramework Requests Checker Library
automation autotest http requests response-code robotframework testing
Last synced: 05 Oct 2025
https://github.com/egomobile/node-swagger-proxy
Extension for @egomobile/http-server, which connects to multiply Swagger / OpenAPI instances and merge their documents to one.
docker file http http-server kubernetes merge microservice nodejs openapi3 proxy swagger-ui
Last synced: 06 Oct 2025
https://github.com/dbushell/http-tunnel
🚇 A secure HTTP Tunnel / HTTP Proxy
deno http javascript proxy typescript
Last synced: 06 Oct 2025
https://github.com/grepplabs/backstream
A library for establishing outbound WebSocket connections from HTTP servers, overcoming ingress restrictions.
Last synced: 14 Jan 2026
https://github.com/ishans99/go-email-authenticator
authentication go http login mail otp smtp
Last synced: 14 Jan 2026
https://github.com/klaby/http-handler-response
📨 A simple response handler for HTTP requests
adonisjs api expressjs http http-status-code koajs nodejs rfc7807
Last synced: 07 Oct 2025
https://github.com/ryo-yamada/tsua
Tiny, minimalistic HTTP web server framework made in Lua
framework http lua luasocket minimalistic server simple tsua web webapp webframework webserver
Last synced: 31 May 2026
https://github.com/t73fde/go-auth-s
Simple HTTP Basic Authentication Web Server
authentication basic-authentication http http-server web
Last synced: 14 Jan 2026
https://github.com/dinanathsj29/angular-beginnersapp-demo-tutorial
A basic Angular Application/Demo example for beginners - will learn Angular Component, Directives like *ngFor, *ngIf, Data Binding & Interpolation, Routing & Navigation, HTTP-HTTPClient Service etc.
angular angular-cli angular-components angular-demo angular-directives angular-routing angular-routing-navigation data-binding http httpclient ngfor ngif
Last synced: 07 May 2026
https://github.com/christowolf/gomw
A collection of simple Go middleware based on `net/http`.
go golang http middleware middlewares module nethttp packages
Last synced: 14 Jan 2026
https://github.com/eva-ss/image
使用ASP Minimal-API 打造的文件存储服务
aspnet csharp http minimal-api windows-service winforms
Last synced: 08 Oct 2025
https://github.com/nativebpm/httpstream
Stream-first HTTP client for Go
fluent-api go golang http http-client http-requests httpclient httprequest io-pipe low-overhead middleware multipart multipart-formdata pipe streaming
Last synced: 14 Jan 2026
https://github.com/phoxphp/http
PhoxPHP Http Component
component http phoxphp-framework php php-framework php7 request
Last synced: 09 Oct 2025
https://github.com/dbubel/intake
Simple API server framework
api-rest framework framwork go goapi golang http middleware
Last synced: 13 Mar 2026