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-07-09 00:15:06 UTC
- JSON Representation
https://github.com/marceloboeira/dull
🤪 a dummy multi-thread HTTP server
example http learn-by-doing learning multithreading rust study tcp the-rust-book
Last synced: 01 Apr 2025
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/siemienik/siemply
Siemply is super SIMPLE handlers framework for AWS Lambda.
aws aws-lambda hacktoberfest http typescript
Last synced: 30 Apr 2026
https://github.com/kai-xl/cookie_bfexecutor-fetcher
used for when a website is restricting your access due to you not having a certain cookie. Or your wanting to scan for present cookies on the website.
brute-force cookies http https linux python3 web
Last synced: 13 Apr 2026
https://github.com/graveyard-shift/gy-serv-init
Initiate a barebones Golang web-server using gin-gonic as its http framework
Last synced: 12 Mar 2026
https://github.com/loadlab/python
Python Client & CLI for LoadLab
cli http http-client loadtesting performance performance-testing python sdk-python
Last synced: 15 Mar 2025
https://github.com/etwodev/ramchi
ramchi is an extension to the go-chi HTTP router designed for rapid and modular development of REST APIs.
Last synced: 12 Mar 2026
https://github.com/silverwind/url-from-req
Reconstruct the original URL from a HTTP/1 or HTTP/2 request
forwarded http http2 node proxy typescript url
Last synced: 30 Apr 2026
https://github.com/marcelo-earth/blaze-backend-api
🧊🌱 ¡Challenge solved! of Blaze Engineering Test. This is a NodeJS API that storage customers' data.
api blaze challenge http mongo-atlas mongodb nodejs
Last synced: 20 Apr 2026
https://github.com/zon-dev/url
Zig URL package is a URI extension package
http parser url url-parser zig
Last synced: 15 Mar 2025
https://github.com/stabgan/parrot-chatbot
A simple portfolio chatbot using Heroku , node.js and facebook api
advanced api chatbot facebook http javascript messenger nlp nodejs opensource parrot
Last synced: 01 May 2026
https://github.com/bugszhou/doc-fiddler
使用Fiddler抓app\web的http\https请求包,模拟请求数据、过滤规则及修改响应数据、以及接口测试
Last synced: 18 Mar 2025
https://github.com/kshirish/mongrest
HTTP rest interface to play with mongodb
Last synced: 19 May 2026
https://github.com/parseword/massfetcher
Perform a GET request against a whole bunch of different websites using lots of concurrent threads
http http-requests multithreaded php7 pthreads spider
Last synced: 08 Jun 2026
https://github.com/nathangtg/appetite_connect_cashier_flutter
Cross-platform desktop cashier application built with Flutter for restaurant staff and order management. Features a comprehensive point-of-sale system, real-time order processing, receipt generation, and kitchen display integration. Connects seamlessly with the Laravel API backend to provide a complete solution for in-person ordering.
desktop-app flutter front-end-development http native-apps
Last synced: 01 May 2026
https://github.com/harborclient/harborclient
The free API client that keeps your work private: no accounts, no subscriptions, no lock-in.
api-client electron http postman-alternative privacy react rest-client typescript
Last synced: 06 Jul 2026
https://github.com/conorturner/urequest
Promise based zero dependency node.js http request module
http http-client https nodejs npm-package request
Last synced: 08 May 2026
https://github.com/filippopaganelli/rehtracker_mobile-app
(mobile app) - RehTracker is my Master's thesis project at SDU, Odense, DK.
android-app authentication ble bluetooth-low-energy cross-platform dart flutter flutter-app http web-api
Last synced: 10 May 2026
https://github.com/basemax/file-downloader-c
A simple C program for downloading files over HTTP. This tool connects to a specified server, sends an HTTP GET request, and downloads the file from the specified path. The program supports both text and binary files, though it only works with HTTP, not HTTPS.
c c-download c-file-download clang download-file file-download http http-connection network-download socket-download
Last synced: 25 Jul 2025
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/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/padosoft/httpclient
Very simple HTTP Client using Guzzle to make request more user friendly.
guzzle http http-client request response
Last synced: 26 Jul 2025
https://github.com/aak1247/gproxy
Simple single domain proxy cli tool, supports tcp/websocket/wss/http/https proxy 简单的单点代理命令行工具
cli http proxy proxy-server tcp websocket
Last synced: 17 Jan 2026
https://github.com/mikaeldui/user-agent-dotnet
Adds a User-Agent class to System.Net that can be added to HttpClient and ClientWebSocket.
http http-client user-agent websockets websockets-client
Last synced: 16 Oct 2025
https://github.com/mauricelambert/witchcontainer
Witch (HTTP server) docker file.
cotainerisation docker golang http server witch
Last synced: 11 May 2026
https://github.com/jacob-c-smith/web
High level abstractions for the world wide web
c html http http-server json jsonschema
Last synced: 25 Feb 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/jeremyje/gowebserver
A simple, convenient, reliable, well tested HTTP/HTTPS web server to host static files.
Last synced: 01 Apr 2026
https://github.com/rekalogika/file-metadata
[READ-ONLY] Metadata library for rekalogika/file
file http http-headers image metadata
Last synced: 25 Feb 2026
https://github.com/flodlc/throw-http
Throw-http is an Error utility for handling http errors in a delightful way. I created it because existing libraries are not type-safe, not correctly exported or don't allow to pass additional data in the error.
Last synced: 08 May 2026
https://github.com/maricard18/42-webserv
This project is about writing your own HTTP server
42 42-webserv 42-webserver 42born2code 42cursus 42projects 42school 42webserv cpp http http-server webserv webserver
Last synced: 19 Sep 2025
https://github.com/ravener/waifuim.js
Waifu.im API Client for JavaScript.
anime api client http images javascript typescript waifu wrapper
Last synced: 22 Apr 2026
https://github.com/sshehrozali/kubetracer
kubetracer: sidecarless, node-level network monitoring for high-performance HTTP observability
ethernet go golang http https ip kernel kuberenetes kubernetes kubernetes-monitoring linux network-interface-card nic observability tcp tls traces virtual-machines
Last synced: 16 Jun 2026
https://github.com/dailydevops/http.correlation
Correlation middleware for synchronization of requests and logging
Last synced: 16 Oct 2025
https://github.com/broothie/smock
a mock server
http mock-server testing-tools
Last synced: 27 Nov 2025
https://github.com/pichillilorenzo/http-status-code-db
HTTP Status Code Database
database db http http-status http-status-code http-status-codes http-status-message javascript js json status-code status-message
Last synced: 14 Apr 2026
https://github.com/dmfed/astral-test
Test assignment for job interview
basicauth html http http-server sqlite-database sqlite3
Last synced: 10 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/akurtz87/modbus_plc_python_scada_simulator
Simulated industrial control system with Modbus TCP/IP and web HMI to manage air conditioning units.
hmi-visualization http industrial-automation modbus modbus-client modbus-server modbus-tcp pymodbus
Last synced: 07 Apr 2025
https://github.com/httpland/http-middleware
HTTP middleware specification
fetch fetch-api http http-middleware middleware request response spec specification
Last synced: 25 May 2026
https://github.com/awayume/url_parser.rs
A simple URL parser written in Rust
Last synced: 18 Jun 2026
https://github.com/krisluczka/scrapium.h
Simple, light and fast C++ webscraping library.
cpp http scraping scrapping webscraping webscrapping
Last synced: 15 Apr 2025
https://github.com/gabyfachini/cadastroalunos
A student registration system developed in C# for managing and storing student information and enrollment details.
api crud dependecy-injection http object-oriented-programming sqlserver users
Last synced: 14 Jun 2025
https://github.com/rickbarretto/eleventh
Eleventh is a turn-based card game inspired by FIFA’s Ultimate Team cards and the strategic style of Soccer Manager. This Project was intended for the TEC502 Concurrency & Connectivity's Problem Based Learning.
asyncio card-game concurrency football game http network-programming pbl socket
Last synced: 02 Sep 2025
https://github.com/xelroth/vpnexus
VPNexus: The Ultimate Server, Tunnel, VPN, ... Setup Script Just in a few clicks
6to4 automatic bash bash-scripting http iptables panel reality socks5 tunnel tunnel-server tunneling utls vless vmess vpn vpn-bot wiregaurd xray-core xtls-rprx-vision
Last synced: 07 Aug 2025
https://github.com/janloebel/simplest-mock-server
This is a very simple mock server. Simplify returning static data on http requests.
Last synced: 10 Feb 2026
https://github.com/aimadbahdir/webserv
An education project developed at 1337 school with my teammates, where we built our own web server to learn about HTTP and socket programming. Through this project, we gained the knowledge and skills necessary to develop robust network applications.
cpp98 http http-server sockets
Last synced: 10 Jan 2026
https://github.com/ishanoshada/endly
A lightweight Python web framework for building fast and scalable backend applications
api backend endly fast http rest web-framework wsgi
Last synced: 10 Feb 2026
https://github.com/StudyResearchProjects/okku-server
Back-End for Okku realtime chat solution. All the logic related to Okku's features are handled through this server. An instance of this server handles user authentication, media management, chat history as well as connections
docker files http jwt postgresql rust tokio warp websockets
Last synced: 16 Oct 2025
https://github.com/rodrigosetti/yconf
Yahoo Configuration Service (configuration as a service)
configuration configuration-management haskell http http-server json json-api
Last synced: 02 May 2026
https://github.com/anatoly-semenov/krakend-cpp
Proxy http requests for users and payments services by KrakenD
cpp gateway-proxy grpc http krakend
Last synced: 03 May 2026
https://github.com/anhgelus/golatt
Golatt is a new Go framework helping the creation of websites!
framework gemini gemini-protocol gemini-server go golang http http-server website
Last synced: 30 Aug 2025
https://github.com/brokeyourbike/nickroservices
Following along with the Nic Jackson introduction to microservices
go golang http http-server microservice microservices
Last synced: 14 Jan 2026
https://github.com/warlock/nodejs-api-rest-tester
RxApi : Fast dummy API RESTFULL & WEBSOCKETS
api database http rest restfull socketio websockets
Last synced: 03 May 2026
https://github.com/alauda/kube-rest
Making http request using client-go
back-off client client-go forhumans golang http kubernetes rate-limiting rest
Last synced: 29 Apr 2026
https://github.com/poppa/http-helpers-ts
HTTP helper modules for Javascript/Typescript
http http-constants http-headers http-helper http-methods http-status http-status-code https-status-codes typescript
Last synced: 11 Feb 2026
https://github.com/niradler/remote-deployer
A tool to run scripts on a remote server.
deploy deployer deployment http remote ssh
Last synced: 15 Aug 2025
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/waddie/http.hx
An http client for the Helix editor
curl helix helix-editor http http-client plugin steel steel-scheme works-on-my-machine
Last synced: 29 Jun 2026
https://github.com/bugsnag/bugsnag-flutter-http-client
A wrapper for Dart's HTTP package for BugSnag SDKs.
breadcrumbs bugsnag flutter flutter-package http performance platforms
Last synced: 03 May 2026
https://github.com/dburles/modulepreload-koa
Koa middleware for generating modulepreload link relations based on a JavaScript module import graph.
esm esmodules header http koa link middleware modulepreload
Last synced: 08 Feb 2026
https://gitlab.com/cosban/endpoints
a golang library to abstract out boilerplate http.Handler code for gin and gorilla
Last synced: 12 Feb 2026
https://github.com/blizzy78/conditional-http
Conditional HTTP middleware for Go
go golang golang-library http middleware
Last synced: 21 Jan 2026
https://github.com/zbo14/desync
Detect and confirm HTTP/S desync vulnerabilities
desync http https request-smuggling
Last synced: 19 Jun 2025
https://github.com/apache/geronimo-metrics
Apache Geronimo Metrics
geronimo http java javaee network-server web-framework
Last synced: 10 Apr 2025
https://github.com/42-teamprojects/42-webserv
HTTP Server using C++98
cpp98 http http-server webserver
Last synced: 15 May 2025
https://github.com/theleopard65/fix-flooder
Python scripts demoing DOS Flooding for learning & cybersecurity practice.
cybersecurity ddos ddos-attacks dns dos flood http mit-license packets ping ping-of-death python3 scapy syn tcp udp
Last synced: 20 Jun 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/zekrotja/cds
A very simple file server for local and cloud (S3) files.
fileserver go http http-server s3 server storage
Last synced: 08 Jul 2026
https://github.com/tudddorrr/clay
An ultra convenient minimal framework for building Koa apps
api http koa middleware permissions rest rest-api router services validation
Last synced: 14 Feb 2026
https://github.com/emanuelefavero/node-basics
This is a simple Node.js project that demonstrates the basic features of Node.js.
api http middleware node nodejs
Last synced: 27 Apr 2026
https://github.com/im-varun/sareq
SAReq: A modern, open-source HTTP client for the command line
cli command-line developer-tools go http http-client
Last synced: 14 Jan 2026
https://github.com/shahradelahi/coinex
[WIP] ✨ Type-safe HTTP and WebSocket clients for CoinEx API
api coinex cryptocurrency exchange http websocket
Last synced: 11 Oct 2025
https://github.com/sebastienrousseau/http-handle
Http Handle is a fast and lightweight Rust library for handling HTTP requests and responses.
http http-handle http-server rust rust-library
Last synced: 15 Aug 2025
https://github.com/savi-lang/httpserver
An HTTP server implementation for the Savi standard library, written in pure Savi.
http http-server library savi standard-library
Last synced: 19 Mar 2026