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-06 00:14:59 UTC
- JSON Representation
https://github.com/dan-and-dna/serverboy
Turn any app that uses STDIN/STDOUT into a game server
game-server http indie-game tcp websocket
Last synced: 14 Mar 2025
https://github.com/lbwa/jsonp
:calling:A minimal and lightweight JSONP implementation by Promise API
cross-domain cross-domain-request cross-domain-solution http https json-with-padding jsonp
Last synced: 19 Sep 2025
https://github.com/AntonioSun/mockserver
Super slim & blazing fast mock server to replace the Java/NPM counterpart mockserver
fasthttp go golang golang-application http http-server mock mock-server
Last synced: 31 Mar 2025
https://github.com/steventen/http-parser-benchmark
https://stevenyue.com/blogs/http-message-parsing-in-java-web-servers/
benchmark go golang http http-server httpparser java
Last synced: 20 May 2026
https://github.com/douglaszuqueto/esp32-rpc-http
Chamadas remotas usando protocolo HTTP
Last synced: 10 May 2026
https://github.com/morganconrad/kepi
Set and manage response http-headers
express-middleware helmet http http-headers javascript middleware response
Last synced: 04 Jul 2026
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/oss-homecredit-id/ioness
iONess is HTTP Request Helper for iOS platform used by HCI iOS App
cocoapods http httprequest httprequester requests service swift swiftpackagemanager
Last synced: 21 Oct 2025
https://github.com/imscruz/bimlongum
Layer7 DDoS Attack Scripts
bypass cf cloudflare ddos ddos-attack-tools ddos-attacks ddos-tool flood flood-attack http https layer7 request
Last synced: 14 Apr 2025
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/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/killovsky/ceres
O Projeto Ceres é um plugin opcional desenvolvido em Golang para o Projeto Íris. Este plugin possibilita a implementação de todas as funcionalidades Golang, incluindo a compilação de códigos GO. Com isso, a Ceres elimina a necessidade de modificar o código principal da Íris ou de aprender Node.js (JavaScript) para realizar alterações.
api bot bot-framework documentation easy golang goroutines http https iris modular multiplatform plugin post socket socket-io termux websocket whatsapp whatsapp-bot
Last synced: 04 Jan 2026
https://github.com/piedweb/curl
[READ-ONLY] PHP curl OOP Wrapper and a bit more
Last synced: 12 Apr 2025
https://github.com/livioribeiro/httprint
Logs HTTP requests to the console for debugging
Last synced: 30 Mar 2025
https://github.com/rdf-elixir/content_type
An Elixir parser for HTTP Content-Type headers
content-type elixir http parser
Last synced: 18 Jun 2026
https://github.com/nabeelalihashmi/lighthttp
Lightweight HTTP Component for PHP Frameworks
Last synced: 05 Jan 2026
https://github.com/sunsetmkt/httpbin-vercel
httpbin for Vercel, a fork of postmanlabs/httpbin
api flask http http-server httpbin json python python3 service testing vercel vercel-deployment vercel-serverless vercel-serverless-functions
Last synced: 11 Apr 2026
https://github.com/jacksonzamorano/pilot
Batteries-included, high-performance HTTP framework for quickly building applications.
Last synced: 16 Jan 2026
https://github.com/aitthi/tcpress-rs
A web framework written in Rust for javascript runtime.
Last synced: 05 Jan 2026
https://github.com/lhns/http-wait
Simple http proxy that retries the request and delays the response until an expected status code is received
Last synced: 18 Feb 2026
https://github.com/rozhakxd/miniwebserver
Server web HTTP/1.1 minimalis yang dibangun dari nol (from scratch) dengan Python. Dirancang untuk memahami fundamental socket programming, protokol HTTP, dan multithreading untuk menangani koneksi klien secara simultan tanpa framework eksternal.
computer-networks from-scratch http http-server multithreading networking python socket-programming static-server tcp-server web-server
Last synced: 26 Jul 2025
https://github.com/reesporte/tiny-tiny-web-server
tiny tiny web server i made to learn about web servers
Last synced: 26 May 2026
https://github.com/msnonari/employee-rest-api
A simple Employee CRUD (Create, Read, Update, Delete) REST API built using Python and Flask, with SQLite as the database. This API allows you to manage employee records, including creating new employees, retrieving employee details, updating existing employee information, and deleting employees.
api backend crud crud-api crud-application database flask http json microservices python rest-api sqlite web-development
Last synced: 09 Apr 2026
https://github.com/vicanso/http-performance
Get the http perfomance
http http-perf http-performance performance
Last synced: 06 Nov 2025
https://github.com/decodelabs/greenleaf
Super-fast directory based HTTP router for PHP
action http middleware php psr-15 router
Last synced: 15 Apr 2025
https://github.com/jianzhiunique/mq-http-proxy
http proxy for kafka and rabbitmq
Last synced: 14 Apr 2025
https://github.com/picocode1/tcp-server
C++ HTTP Server
html http http-server server sockets tcp tcp-server
Last synced: 17 Sep 2025
https://github.com/telebotmake/packetstorm
Interactive network traffic simulator and load testing toolkit with multi-protocol support (TCP, UDP, HTTP, ICMP), custom payloads, spoofing, and scanning tools.
ddos ddos-tool ddos-tools http icmp ip-spoofing networking port-scanner python tcp udp
Last synced: 25 Jul 2025
https://github.com/flyclops/tenor_dart
A package for interfacing with Tenor's GIF search directly in Dart using HTTP.
dart dart-library dartlang flutter flutter-package gif gif-picker gifs http tenor
Last synced: 08 Mar 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/asynched/basic-http-server
A simple implementation of the HTTP protocol using Rust.
Last synced: 19 Oct 2025
https://github.com/607011/dirbplusplus
A faster version of the original Dirb, implemented with C++ threads
cplusplus cplusplus-20 dirb dirbuster hacking-tool http http-client https https-client multithreading openssl threads
Last synced: 19 Oct 2025
https://github.com/ekino/smuggler
A simple interface to manipulate Nock HTTP mocks.
http http-requests mock nock node-js
Last synced: 04 Mar 2025
https://github.com/sefinek24/is-http-or-https
The package checks the string for a keyword related to http or https.
http https npm npm-package npm-packages or protocol
Last synced: 06 Mar 2025
https://github.com/anolchakraborty/java-multi_threaded-http-server
A high performance multi-threaded HTTP webserver built with JAVA implementing sockets and not using any web or other server libraries.
http http-server java javaserver javasockets server
Last synced: 25 Jul 2025
https://github.com/utkarsh5026/tstp
Implementation of a HTTP server built from scratch in typescript
codecrafters-http-server http http-server nodejs typescript
Last synced: 19 Apr 2026
https://github.com/nktnet1/sync-dev-server
Starts a server before your tests and stops on completion. Inspired by jest-puppeteer's subpackage jest-dev-server. Setup and teardown operations are fully synchronous
automatic development http jest jest-dev-server localhost nodejs server start sync synchronous
Last synced: 15 Apr 2025
https://github.com/v0l/ahws
Asynchronous Http Web Server
async http http-server net-core-2 server websocket websocket-server
Last synced: 24 Jul 2025
https://github.com/gmponos/http-message-util
A set of utilities for manipulating PSR-7 HTTP Requests/Responses
Last synced: 13 Jul 2025
https://github.com/phpgt/cookie
Object oriented cookie handler.
cookie cookiejar cookies http object-oriented php-cookie phpgt
Last synced: 05 Jul 2025
https://github.com/halilfocic/onixhttp
My attemt to making full fledged HTTP server in zig
Last synced: 24 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/aarcex3/crul
A mini curl copy in crystal
command-line crystal curl http http-client terminal
Last synced: 05 May 2026
https://github.com/kasvith/php-dropbox-api
Complete Dropbox API for PHP
dropbox dropbox-api dropbox-client dropbox-sdk dropbox-v2 http php
Last synced: 14 Sep 2025
https://github.com/prasoonsoni/task-manager-backend-golang
The task manager allows you to perform basic operations such as creating, reading, updating, deleting, and changing the status of tasks. The goal of this exercise is to improve your understanding and proficiency in GoLang backend development by implementing these functionalities.
bson golang gorilla-mux http mongodb
Last synced: 19 May 2026
https://github.com/xcrap-cloud/puppeteer-client
Xcrap Puppeteer Client is a package of the Xcrap framework that implements an HTTP client using the Puppeteer library.
client http javascript nodejs pupteteer scraping typescript web xcrap
Last synced: 10 Jun 2025
https://github.com/octolab/propaganda
📢 HTTP-kit to propagate headers.
go hacktoberfest headers http middleware module octolab round-trip
Last synced: 27 Jan 2026
https://github.com/gbrlsnchs/mux
Fast zero-allocation HTTP routing for Go :zap:
go golang handler http http-multiplexer middleware mux radix-tree router
Last synced: 14 May 2025
https://github.com/snixtho/hawf
HTTP API Wrapper Framework - Quickly build API wrappers and clients
api api-client csharp framework http
Last synced: 16 Jan 2026
https://github.com/cogolabs/abcdefgh
Another BeyondCorp, Duo-Enabled, Federated via GitHub, HTTP proxy server
duo duo-security federation github-token golang http http-proxy https-proxy proxy proxy-server security
Last synced: 26 Mar 2025
https://github.com/realeroberto/wsync
A small Python utility for synchronizing a local folder with a remote web repository.
http https python repository sync synchronization
Last synced: 23 May 2026
https://github.com/mnlipp/jdrupes-httpcodec
Non-blocking HTTP codec without any dependencies
codec decoder encoder http java non-blocking websocket
Last synced: 13 May 2025
https://github.com/toastxc/reywen-http
Easy to use async HTTP client library based on Hyper
http http-client reqwest rust rust-lang
Last synced: 23 Jul 2025
https://github.com/imf4ll/zget
A script to run HTTP Requests.
http http-requests requests requests-library-python
Last synced: 28 May 2026
https://github.com/elafarge/django-fluentd-requests-logging
[DEPRECATED] A minimalistic, yet powerful, Django middleware that forwards django request logs to an HTTP fluentd server.
django fluentd fluentd-http http logging middleware
Last synced: 07 Apr 2025
https://github.com/amazingandyyy/node-server
📡 A simple node server module, in less than 120 lines, compatible to expressjs middlewares
express http http2 https koa nodejs opensource restful-api scratchese server
Last synced: 11 Sep 2025
https://github.com/oblivious-oblivious/skeleton
A very minimal http server api serving as a platform for adding middleware incrementally.
crystal http middleware skeleton
Last synced: 17 Oct 2025
https://github.com/talon-one/go-httpmetrics
Capture metrics for http.Requests and http.Responses
Last synced: 22 Mar 2025
https://github.com/resty-io/resty
declarative elegant-objects http http-client oop
Last synced: 12 Jan 2026
https://github.com/jackdbd/content-security-policy
Content-Security-Policy in JavaScript, with validation and automatic hashes.
content-security-policy cross-site-scripting csp csp-directives http http-header xss
Last synced: 19 Feb 2026
https://github.com/nouranhaitham/iot_attendencesystem
An IoT-based attendance system that uses RFID scanning, LEDs, a buzzer, and email alerts to track and manage employee presence in real time
ardunio ardunio-c attendence-system email google-spreadsheet http iot mit-app-inventor network nodemcu-esp8266 protocol smtp
Last synced: 23 Sep 2025
https://github.com/mikigal/yunoframework
Simple web framework with built-in HTTP server
http http-server java mvc rest-api
Last synced: 30 Mar 2025
https://github.com/azepofff/proxy-parser
http https proxy proxy-checker proxy-list proxy-scraper proxy-server python-proxy-scraper socks4 socsk5
Last synced: 23 Mar 2025
https://github.com/idea2app/public-meta-data
HTTP API for Public Meta Data, written in TypeScript & designed for CDN.
api cdn data http meta public typescript
Last synced: 15 Mar 2025
https://github.com/inkbytes/inkwe
Inkwe an open-source HTTP server for modern operating systems including UNIX and Windows
c cgi cpp98 distributed http server
Last synced: 02 Jan 2026
https://github.com/brandonp2412/warframerelics
Automating the valuation of relics in Warframe
google-sheets http javascript warframe
Last synced: 16 Oct 2025
https://github.com/nishanbajracharya/http-libraries
A collection of HTTP libraries for comparison and reference.
axios fetch http javascript ky superagent wretch
Last synced: 20 May 2026
https://github.com/inphinit/teeny.go
A teeny route system for Go (Golang)
go golang http http-server route routing
Last synced: 15 Apr 2025
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/diovisgood/luaweb
HTTP and HTTPS simple browser for Lua
http https lua requests-html web
Last synced: 15 May 2025
https://github.com/httpland/range-request-middleware
HTTP range request middleware
byteranges bytes content-range http middleware multipart partial-content range range-request
Last synced: 22 May 2026