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-10 00:15:02 UTC
- JSON Representation
https://github.com/gowthaman-01/matchium
order matching engine
cpp http socket-programming tcp
Last synced: 12 Sep 2025
https://github.com/rishabh96b/fusionhub
A sample web application fabricated with Golang, Go Templates, HTML & CSS.
Last synced: 18 May 2026
https://github.com/semihbkgr/gin-auth
Http server sample with authentication and authorization written using Gin framework.
authentication authorization gin gin-framework http http-server
Last synced: 06 May 2026
https://github.com/basgys/alterego
Alter ego is a tiny http router built just for redirections
dns go golang http redirection router
Last synced: 12 Jan 2026
https://github.com/paoloprodossimolopes/go-own-custom-request-example
Example of how to create a custom request process in GoLang
Last synced: 18 May 2026
https://github.com/quillstack/header-bag
A simple solution to use headers according to PSR-7.
header-bag headers http php php8 psr-7
Last synced: 27 May 2026
https://github.com/aburdulescu/hfs
HTTP file server
http http-server static-file-server
Last synced: 13 Sep 2025
https://github.com/jiusanzhou/rugo
:rocket: A modular web framework like standard http library in Golang for Rust.
Last synced: 14 Jul 2025
https://github.com/jonathanj/fugue
Fugue: HTTP in two voices
http python python27 twisted twisted-library web-service
Last synced: 20 May 2026
https://github.com/claudemuller/naive-server.go
A naive HTTP server implemented in Go
Last synced: 25 Jun 2025
https://github.com/imatson9119/curl-snap
Turn a curl request into a polished PNG for PR evidence ā runs the request and screenshots a clean card of the route, headers, request, and response.
api cli curl developer-tools http nodejs pull-request screenshot
Last synced: 04 Jul 2026
https://github.com/seadowg/dave
A small framework for building API.AI web fulfillment
Last synced: 29 Mar 2025
https://github.com/raisess/smol-http
A small http server lib.
api-server http http-server library
Last synced: 25 Jun 2025
https://github.com/thomasleavy/weather-app
This repository contains a responsive Weather App and shows the weather forecasts for any chosen town/city chosen by the user. It uses the React framework and TailwindCSS. It is powered by the OpenWeatherMap API. A contact form is also used. This is powered by Getform.io.
api api-key axios axios-react contact-form css getformio html http javascript js json nodejs openweathermap-api react reactjs tailwindcss vscode vscode-extension
Last synced: 06 Apr 2026
https://github.com/curveball/links
Weblinking middelware for Curveball
curveball hal hateoas http links middleware rest weblinking
Last synced: 14 Jun 2025
https://github.com/reside-eng/fortifyjs
FortifyJS is a library focused on delivering security headers for web applications within the JavaScript ecosystem
clickjacking content-security-policy cross-site-scripting fortified headers http javascript security web
Last synced: 08 Apr 2026
https://github.com/fingerart/exhttp
A lightweight URLConnection HTTP wrapper library for android.
Last synced: 26 Apr 2026
https://github.com/joeshaw/httpgzip
A Go package that provides an http.Handler wrapper that transparently gzips the response payload.
Last synced: 01 Sep 2025
https://github.com/pozsarzs/mm7dtest
Tester program for MM7D air quality device
agro-climatic-tools freedos gpl http linux mushroom
Last synced: 19 May 2026
https://github.com/mahmood-anaam/battleships-game-flutter
Battleships Game Flutter - A Flutter application for playing the classic game of Battleships against human and AI opponents with user authentication and game management.
authentication battleships-game flutter http mobile-app provider rest-api
Last synced: 19 May 2026
https://github.com/mvdkleijn/healthchecker
Simplistic Go app that does a HTTP HEAD check to see if a server app is alive. Ideal for in distroless containers.
distroless distroless-docker go golang health-check healthcheck http server tool
Last synced: 12 Mar 2025
https://github.com/claudioc/bzot
An HTTP server because we need more of them
Last synced: 26 Mar 2025
https://github.com/ivteplo/ruby-http-server
A simple HTTP server library written in Ruby
http http-server http-server-library ruby socket
Last synced: 13 Jun 2025
https://github.com/aaronriekenberg/api-benchmark
Benchmarking 1 million HTTP requests to rust/go/kotlin/node/python REST APIs in GitHub actions. Only one can break 10 seconds and 100K RPS.
benchmarks golang http kotlin nodejs python rest rust
Last synced: 28 Oct 2025
https://github.com/eznix86/fastapi-proxy
š FastAPI Proxy Inspired from NodeJS http-proxy-middleware
example fastapi http http-server proxy
Last synced: 21 May 2026
https://github.com/sirhco/zax
ā A fast, dependency-free HTTP web framework for Zig 0.16 ā ā Axum-style comptime extractors, composable middleware, ā WebSocket, and SSE, on both threaded and evented ā (epoll/kqueue) backends.
backend comptime epoll http http-server kqueue middleware networking rest-api web-framework websocket zero-dependency zig zig-library zig-package
Last synced: 04 Jul 2026
https://github.com/maniac-en/chirpstack
learning project to build servers with golang
Last synced: 26 Jun 2025
https://github.com/crissnamon/middle-grade-project
Java game http api with Netty, JDBC, Camunda, Resilience4J, Kubernetes
camunda ci-cd flyway game hikari http java jdbc jenkins kubernetes middle netty resilence4j web-server
Last synced: 05 Apr 2026
https://github.com/bdadmehr0/proxyuni
Infinite http proxy program has 1597 HTTP&HTTPS proxies
Last synced: 19 May 2026
https://github.com/scrwdrv/agil
Super lightweight web framework written in Typescript.
framework http middleware node nodejs route typescript web web-framework
Last synced: 25 Apr 2026
https://github.com/denismakogon/simple-asgi
Simple ASGI HTTP 1.1 server implementation
Last synced: 06 Apr 2025
https://github.com/publicarray/ssproxycache
Part of a Networking UNI course.
cache http http-proxy java memory-cache proxy-cache
Last synced: 26 Mar 2025
https://github.com/letsmakecakes/unit-converter
A simple web application for converting between various units of measurement, including length, weight, and temperature, built with Golang. This project demonstrates the use of Go's gin framework package and HTML templates to create a user-friendly interface for unit conversion.
css go golang html html-template http javascript measurement unit-converter web-application
Last synced: 02 Apr 2026
https://github.com/2o3t/koa2-proxy-middleware
http proxy middleware for koa2
2o3t cors http http-proxy-middleware https koa koa-proxy-middleware koa2 koa2-proxy-middleware middleware proxy
Last synced: 22 May 2026
https://github.com/roddolf/jasmine-ajax-node
Request mocking for Node.js using the same API as jasmine-ajax.
hacktoberfest http jasmine jasmine-ajax mocking node request
Last synced: 07 Feb 2026
https://github.com/watertreestar/tidy-requests
Java http lib inspired by python requests
Last synced: 04 Jul 2026
https://github.com/faryon93/handlers
A set of frequently used Go http handlers
Last synced: 28 Jun 2025
https://github.com/752963e64/upgraded-spoon
R&D around the redbean at a time in the timeline. it actually bumped for a new study.
application-security http http-requests http-server lua redbean session session-management shm shmem sqlite3 timer
Last synced: 17 Mar 2025
https://github.com/nixzhu/flash
A modern, Swift-native HTTP client library with middleware support and built-in retry mechanisms.
http middleware retry-policy swift
Last synced: 26 Jun 2025
https://github.com/seancheung/vws
Vuforia web service node api
api ar http image-recognition laravel rest vuforia vws
Last synced: 19 May 2026
https://github.com/spektom/spark-http-stream
Spark streaming HTTP direct stream implementation and usage example
Last synced: 13 Mar 2025
https://github.com/StudyResearchProjects/fastify-http-server
Template repository for a Fastify + TypeScript project
Last synced: 16 Oct 2025
https://github.com/cacing69/curel
A lightweight curl client for sending HTTP requests and inspecting responses with syntax highlighting.
api curl http http-client postman
Last synced: 19 May 2026
https://github.com/buddhacode/bucoformshttpcache
Shopware plugin to enable HTTP caching for forms
cache http shopware shopware-plugin shopware-plugins
Last synced: 14 Jan 2026
https://github.com/ndiing/router
Repositori ini menyediakan kelas dan fungsi middleware untuk menangani routing dalam aplikasi HTTP. Kelas Router memungkinkan penambahan rute dengan berbagai metode HTTP, dan terdapat middleware untuk berbagai fungsi seperti kompresi, parsing body, pengelolaan cookie, keamanan, CORS, dan penanganan kesalahan.
http middleware nodejs routing server web-development
Last synced: 17 Jun 2026
https://github.com/wtrsltnk/asr
Auto Sqlite Rest (asr), small app that will create rest api from a given sqlite database.
cpp http rest sqlite-database sqlite3
Last synced: 09 Jun 2026
https://github.com/f5-nascimento/articles-for-developers
Este repositório visa reunir artigos voltados para enriquecer e aprimorar as habilidades dos desenvolvedores em diversas Ôreas.
async-await dns docker express git github http internet javascript json mvc-architecture nodejs rest-api
Last synced: 02 Apr 2026
https://github.com/allanchau/node-http-error
Simple Express HTTP error handler.
Last synced: 17 Apr 2026
https://github.com/zerefwayne/go-psql-rest-docker-boilerplate
A Go Postgres Docker REST API
api backend boilerplate docker docker-compose go golang http mux postgres rest rest-api server template
Last synced: 04 May 2026
https://github.com/suthagar23/fetch-mocker
Mock HTTP requests which uses fetch, and send custom responses in run time
fetch http mock react request-response requests
Last synced: 18 Apr 2026
https://github.com/mesalilac/chianti
Youtube watch time tracker. WIP
axum axum-server diesel-rs firefox http http-server rest rust rust-lang self-hosted solidjs time-tracker time-tracking timetracker typescript watchtime youtube youtube-tracker
Last synced: 17 Apr 2026
https://github.com/ajayos/node-server
A lightweight Express-based HTTP/HTTPS server wrapper with built-in middleware, lifecycle hooks, logging, and utility helpers.
express express-js expressjs http http-server node
Last synced: 03 Apr 2026
https://github.com/nhh/phantom
Fast, simple & modern reverse proxy written in typescript
dns-lookup docker http reverse-proxy typescript
Last synced: 17 Apr 2026
https://github.com/n138-kz/http_post
discord google http post recaptcha recaptcha-v3
Last synced: 17 Apr 2026
https://github.com/yafatek/yafatek-apis-client
Http library for Android applications, it performs the basic https requests(GET, POST...etc.)
Last synced: 03 Jun 2026
https://github.com/sheroz/http_common
Common types and operations for HTTP
header http http-requests network network-programming parser web
Last synced: 17 Apr 2026
https://github.com/kornerr/mongoose-client
Simple HTTP client implementation for desktop using Mongoose
Last synced: 17 Apr 2026
https://github.com/marcocampos/tiny-http
A lightweight HTTP server written in Go that serves static files.
Last synced: 04 Apr 2026
https://github.com/munashex/instagram-client
fronted for instagram clone app using reactjs and express , mongodb
axios http http-server instagram netlify react-helmet-async react-router-dom reactjs
Last synced: 18 Apr 2026
https://github.com/ajsalemo/container-apps-development
Examples that have been deployed to Azure Container Apps in different languages utilizing HTTP or gRPC with Dapr. These are all mostly pulled from existing Dapr samples.
azure cluster container container-apps dapr docker grpc http java k8s kubernetes microservices node python rpc
Last synced: 04 Apr 2026
https://github.com/hasanyahya101/web_assignments
Solutions to Web theory questions from Spring 2025 Semester in Fast Nuces Lhr. Note that, this is for the theory (subject), not the Lab subject.
ajax css dom-manipulation fast-lahore html http javascript jquery web
Last synced: 18 Apr 2026
https://github.com/tomimelo/node-ts-mad-server
Basic Node Express server structure in Typescript. Includes loggers, exception handlers and database connectors.
database expressjs http logger nodejs nosql server sql typescript
Last synced: 04 Apr 2026
https://github.com/pranavjarande/youtube-backend
Built using Node.js, Express, and MongoDB
accesstoken auth-middleware axios cloudinary expressjs fetch-api http jwt-token mongodb mongoose mongoose-schema nodejs refresh-token schema
Last synced: 04 Apr 2026
https://github.com/dharmendrasha/outgoing_request
NodeJs Outgoing request logger
express http https nodejs npm npm-package outgoing package requests
Last synced: 18 Apr 2026
https://github.com/royerreyesleon/paisesapp
Curso Udemy Angular | Fernando Herrera
angular debouncetime fernandoherrera http inputs output outputs routerlink routerlinkactive routes single-page-app switchmaps udemy
Last synced: 18 Apr 2026
https://github.com/goceleris/loadgen
Zero-alloc HTTP/1.1 and HTTP/2 load generator for benchmarking
benchmarking go golang h2c http http2 latency load-generator load-testing performance throughput tls zero-allocation
Last synced: 18 Apr 2026
https://github.com/alex94cp/apioid
API definition library with support for multiple formats
Last synced: 18 Apr 2026
https://github.com/juanpablo70/arep-taller01
Aplicaciones distribuidas (HTTP, SOCKETS, HTML, JS, MAVEN, GIT)
html http java javascript json maven sockets
Last synced: 18 Apr 2026
https://github.com/dpritchett/helloextend-ruby-client
š Ruby HTTP API client gem for the extend.com warranty service API
api-client ecommerce extend http openapi ruby swagger warranties
Last synced: 18 Apr 2026
https://github.com/nwestfall/httpcatcode
https://http.cat is an amazing website with 100% accuracy. With a small library and 1 line of code, add the `x-cat-status` header to all your requests to let your more advanced users know your API or website means business.
api dotnet dotnet-core dotnet-standard http httpcats middleware
Last synced: 18 Apr 2026
https://github.com/timoguin/tinybaby-hc
Small Golang web server that returns a static 200 OK response
Last synced: 18 Apr 2026
https://github.com/fastpanel/http
Extension to work with the "HTTP" protocol.
express http https nodejs typescript
Last synced: 18 Apr 2026
https://github.com/jezpoz/arcgis-cli
A CLI to use when working with the ArcGIS REST API.
arcgis arcgis-online cli deno deno-cli http typescript unofficial
Last synced: 19 Apr 2026
https://github.com/natural/http-simulator-image
Container image for http-simulator, https://github.com/natural/http-simulator
http kubernetes python testing
Last synced: 19 Apr 2026
https://github.com/mattmoony/httpserver-java
A simple HTTP Server written in Java.
http http-requests http-response http-server java php server sockets web
Last synced: 19 Apr 2026
https://github.com/frgfm/openapm
OpenAPM: ligthweight APM for HTTP FastAPI backend applications
apm backend fastapi http middleware postgres python
Last synced: 20 Apr 2026
https://github.com/magnetic-fox/simplenoter
Simple Noter Client for 16-bit Windows
80286 80386 80486 8086 advanced c cpp experiments http json networking noter openwatcom resources utf8 watcom win16 win16-api winapi windows-3-x
Last synced: 08 May 2026
https://github.com/ryhkml/zipbomb
Serve a GZIP bomb ššš
bomb c gzip http nginx reverse-proxy
Last synced: 20 Apr 2026