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-05 00:11:25 UTC
- JSON Representation
https://github.com/soenneker/soenneker.instantly.client
A .NET HTTP client for Instantly's API
client csharp dotnet email http httpclient instantly instantlyclient marketing util
Last synced: 03 May 2026
https://github.com/trygve-lie/reqspy
A non intrusive request spy - log outgoing http(s) requests from an application.
http metrics monitoring nodejs requests
Last synced: 05 Mar 2026
https://github.com/maxgfr/http-client-javafx
This JavaFX app display a webpage and information of his HTML page
http http-client java javafx navigator request singleton webview
Last synced: 03 May 2026
https://github.com/karim-w/protoc-gen-go-rest
Gin-Gonic HTTP Server and Client Generator
gin-gonic golang http http-server protobuf protobuf3
Last synced: 03 May 2026
https://github.com/nikitadev-work/pr-manager-service
Микросервис, который автоматически назначает ревьюеров на Pull Request’ы (PR), а также позволяет управлять командами и участниками.
clean-architecture go golang http openapi postgresql
Last synced: 06 May 2026
https://github.com/bikash-hutait/me_qmoney_v2
QMoney is a visual stock portfolio analyzer. It helps portfolio managers make trade recommendations for their clients.
design-patterns exception-handling gradle http jackson java javabackend multithreading qmoney rest-api unittesting
Last synced: 16 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/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/panastasiadis/nodejs-mongodb-server-client-example
Build a basic HTTP server/client example with NodeJs and MongoDB.
api database express http javascript json-api mongodb npm rest-api web-development web-server
Last synced: 03 May 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/danekf/web-socket-exploration
Self guided exploration and writeup about web sockets. Explanation, use and examples
Last synced: 03 May 2026
https://github.com/toni08bit/httptomysql
Access any MySQL database via simple Http Requests
Last synced: 03 May 2026
https://github.com/nebil175/lcu_dumper
🔍 Discover and extract League Client Update data easily with LCU Dumper, a fast, cross-platform CLI that outputs selected API endpoints to JSON files.
cli data-dump http json league-of-legends openapi python reverse-engineering swagger tooling
Last synced: 03 May 2026
https://github.com/fssay/cf-hub
Run multiple HTTP servers on the same machine and be able to connect to each using a single port via Cloudflare.
cloudflare http http-server hyper-rs proxy rust rust-lang tls-support
Last synced: 04 May 2026
https://github.com/volmedo/papi
A Payments API written in Go
api go http microservices test-driven-development
Last synced: 18 Jun 2026
https://github.com/mauserzjeh/pingo
General purpose request library implemented in Go
api api-client go golang golang-library http request-library
Last synced: 04 May 2026
https://github.com/longluo/webserver
C++ WebServer
cpp http http-server makefile socket web webserver
Last synced: 11 Jun 2026
https://github.com/goidioms/rest
A lightweight, high-performance REST API framework built with Go, featuring hot-reloading and a clean architecture pattern.
air api backend clean-architecture go golang hot-reload http json rest-api
Last synced: 04 May 2026
https://github.com/gabrielfduarte/microservice-consorcio-fiap
Microsserviço para a função de consórcio da atividade proposta pela FIAP
api api-rest api-service docker dockerfile http http-rest-api java java-api java8 microservice rest spring spring-boot spring-framework
Last synced: 04 May 2026
https://github.com/pichillilorenzo/http-request-method-db
HTTP Request Method Database
database db http http-method http-request http-request-method http-request-methods javascript js json method request request-method
Last synced: 04 May 2026
https://github.com/atomic-state/controller-express
Router wrapper for Express
controller express http request
Last synced: 04 May 2026
https://github.com/luizottavioc/go-concepts
This repository houses a collection of Go projects and code snippets developed for educational purposes.
api file-upload go gochannels golang goroutine http json mongodb
Last synced: 04 May 2026
https://github.com/douglaszuqueto/ttn-service-integration
TTN Service Integration
golang http iot lorawan mqtt postgresql ttn ttn-integration
Last synced: 04 May 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/ikajdan/simple-request
A simple app that demonstrates how to make a network request
android app gradle http kotlin networking
Last synced: 04 May 2026
https://github.com/felipecastrosales/consume_api
Flutter consume simple api with dio, http and getconnect - comparing usages.
api backend dio flutter flutter-app flutter-apps flutter-dio flutter-examples get getx http rest serialization
Last synced: 16 Apr 2026
https://github.com/4uffin/markdown-protocol
Markdown Protocol (MDP) Conceptual Prototype - HTTP but for Markdown, inspired by Gemini Protocol
gemini-protocol github-pages html http internet-protocol markdown markdown-protocol
Last synced: 29 Jun 2026
https://github.com/sivaosorg/replify
replify · A Go library to simplify and standardize API response wrapping for RESTful services.
go go-library go-pkg golang golang-pkg golang-rest golang-rest-api http http-status-codes replify response-codes response-wrapper restful-api utilities
Last synced: 04 Apr 2026
https://github.com/jeroenouw/golangrest
REST API written in GO
go golang http mux practice-project rest-api router
Last synced: 13 Jun 2026
https://github.com/reiver/go-pathmux
Package pathmux provides a path oriented ("middleware") HTTP handler, which can hand-off to other HTTP handler for each path, for the Go programming language's built-in "net/http" library.
Last synced: 09 Jun 2026
https://github.com/rancorm/playmeter
Script to collect statistics via Playwright
http http-requests playwright python
Last synced: 18 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/aiden-fe/compass-telegram
基于Axios封装的Http请求模块,支持浏览器环境与node双端使用
axios axios-retry browser chain http http-client http-request node request
Last synced: 17 Apr 2026
https://github.com/oldtree/flametracer
flametracer : http client with trace
Last synced: 09 Jun 2026
https://github.com/joeattardi/simple-web-server
Simple HTTP 1.1 web server built for educational purposes
Last synced: 13 Jun 2026
https://github.com/lanesun/one-link
"One Link to rule them all."
crawler curl http svelte web-service
Last synced: 05 May 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/kyle-west/portmageddon
:ocean: Proxy traffic on a LAN machine as if it came from your localhost
http localhost portforward proxy
Last synced: 13 Jun 2026
https://github.com/chrisvdev/cloudflare-ssl-subdomain-service
A simple solution that allows you to have a server for multiple online web services, keep its DNS records updated and offer them with https, taking advantage of the free Cloudflare tier. If you access the website christianvillegas.com, or any of its subdomains, you are already using this project.
cloudflare cloudflare-cdn cloudflare-dns http https node-js portfolio proxy proxy-server ssl vhost
Last synced: 05 May 2026
https://github.com/n138-kz/http_post
discord google http post recaptcha recaptcha-v3
Last synced: 17 Apr 2026
https://github.com/orewaee/embroidery
A small app for viewing embroidery designs
embroidery golang http mongodb nuxt
Last synced: 06 May 2026
https://github.com/dinkohristov/javascript_applications_june_2025
This repository is solutions of problems from my SoftUni course: JS Applications - June 2025
ajax asynchronous-programming html http javascript modular-applications rest spa
Last synced: 06 May 2026
https://github.com/mahenrique94/meu-primeiro-servidor-nodejs
Post para meu blog pessoal:
express expressjs http http-server node nodejs
Last synced: 06 May 2026
https://github.com/brxxn/hooksink
what if webhook.site was made by google antigravity and ai slop.
ai-slop http security webhooks
Last synced: 02 Jun 2026
https://github.com/pfuster12/http-relayer
Android HTTP call visual debugging dialog.
android debugging developer-tools development http https ui
Last synced: 06 May 2026
https://github.com/esquiafo/astro-solid
Astro and Solid
astro astrojs crud fetch fetch-api get graphql graphql-client http solid solidjs strapi strapi-cms strapi-plugin typescript
Last synced: 04 Mar 2026
https://github.com/engineersbox/java-http-proxy
A HTTP proxy written in Java with link and ref re-writing capabilities
http http-proxy java proxy sockets
Last synced: 06 May 2026
https://github.com/vroncevic/qdiagnostic
:penguin: qdiagnostic web tool for diagnostic machine
c diagnostic embedded http linux unix webapp
Last synced: 06 May 2026
https://github.com/malwarebo/stress
Send parallel GET requests to a web server
Last synced: 06 May 2026
https://github.com/bifot/native-http-vs-koa2
Performance check between native http module vs koa2.
api benchmarks http koa koa2 nodejs performance rest
Last synced: 16 Apr 2026
https://github.com/pirakansa/shiki
A cross-host sequence orchestrator that extends systemd beyond a single machine.
Last synced: 01 Mar 2026
https://github.com/makrischaralampos/jammming
A web application that allows users to search for songs on Spotify, create custom playlists, and save those playlists directly to their Spotify account.
authentication css html http javascript react
Last synced: 06 May 2026
https://github.com/juancave/musical-bands
express http nodejs sequelize typescript
Last synced: 06 May 2026
https://github.com/zhengxs2018/miniprogram-plugin-http
小程序 http 请求插件,后期将兼容其他小程序环境,fork of axios
Last synced: 10 Jun 2026
https://github.com/aschmidt75/prototyping-industruino
Sample code repository for a HTTP+JSON REST API on the Industruino PROTO with an Industruino Ethernet Module
arduino arduinohttpserver arduinojson embedded http industruino iot json rest
Last synced: 07 May 2026
https://github.com/pedrociliberto/ids-paraisomusical-2024c1
TB022 - TP Final "Paraíso Musical" - Introducción al Desarollo de Software, 1° cuatrimestre de 2024. Cátedra Camejo. FIUBA.
backend css fiuba flask frontend html http javascript postgresql tb022
Last synced: 07 May 2026
https://github.com/pblnahu1/apirestcrudwithnodeexpress
Node.js + Express
express http nodejs nodemon uuid-generator
Last synced: 07 May 2026
https://github.com/vs-123/jfetch
A header-only library for HTTP + JSON in C++
cpp curl curl-wrapper http json networking
Last synced: 07 May 2026
https://github.com/techwithty/glama-mcp-sdk
Glama MCP SDK for Python/FastAPI: secure client + typed API. TLS, timeouts, retries, pooling. Access 5,000+ MCP servers or run as an MCP server. Optimized for www.glama.ai
api connection-pooling devops fastapi glama http integration mcp observability production-ready python rest retries sdk security third-party timeouts tls
Last synced: 07 May 2026
https://github.com/rafaelsouzaribeiro/jwt-auth
JWT with gRPC, HTTP, Echo and Gin auth module in Golang
gin-gonic golang grpc http jwt-authentication
Last synced: 07 May 2026
https://github.com/shreyan-shrestha/todo-app
ToDo App created using PHP/Laravel, HTTP, CSS
Last synced: 07 May 2026
https://github.com/arvis-workflows/arvis-httpstat
httpstat visualizes in Arvis
arvis arvis-workflow arvish http httpstat
Last synced: 15 Jun 2026
https://github.com/jamiefdhurst/go-http-example
Very simple example Go HTTP application with Jenkins pipeline
Last synced: 08 May 2026
https://github.com/ajsalemo/azurepythonframeworkwindowsosexamples
A repo housing multiple Python quickstart/"hello world" framework & libraries examples that are deployed on Azure in a Windows environment using IIS and HttpPlatformHandler.
azure bottle cherrypy dash deployment falcon http http-platform-handler hug iis python tornado turbogears waitress webconfig windows wsgi
Last synced: 08 May 2026
https://github.com/catatsuy/saruta
Small radix-tree HTTP router for net/http with Go 1.22+ PathValue() params.
Last synced: 04 Apr 2026
https://github.com/newyaroslav/curl-7.60.0-win64-mingw
curl 7.60.0 for Windows https://curl.haxx.se/windows/
cpp11 curl curl-install curl-library curlpp gcc http mingw mingw64
Last synced: 08 May 2026
https://github.com/stefen-taime/azurepipeline
Azure Data Pipeline
azure databricks datalake http terraform vault
Last synced: 08 May 2026
https://github.com/coreh/next-http
Mount arbitrary HTTP request handlers (including Connect, Express & Koa apps / middleware) as Next.js pages
connect express expressjs http middleware next nextjs react request
Last synced: 17 Apr 2026
https://github.com/sharmadhiraj/chuck_norris_jokes
Basic Flutter web app.
api dart flutter flutter-examples flutter-web http
Last synced: 08 May 2026
https://github.com/vcolesdev/webpack-dev-server
A taking-off point for the development of an express-based api using Webpack. Suppot for https.
api express http https server typescript webpack
Last synced: 10 Jun 2026
https://github.com/dev1an/eventsource
Swift library to read SSE / EventSources. Works on macOS and Linux
event-emitter event-source event-source-client http linux macos server-sent-events sse
Last synced: 08 May 2026
https://github.com/haixuxu/wct
web concurrency test tools
benchmark concurrency http nodejs
Last synced: 15 Jun 2026
https://github.com/javierlqr/services-files
aws docker docker-compose http microservice nestjs-backend s3-bucket serverless-framework typescript
Last synced: 08 May 2026
https://github.com/hongjungwan/http-handler-modules
H𝚝𝚝𝚙 H𝚊𝚗𝚍𝚕𝚎𝚛 M𝚘𝚍𝚞𝚕𝚎𝚜 📚
docker github-action go golang http jwt redis testing
Last synced: 08 May 2026
https://github.com/h0rv/zchema
Typed, validated JSON APIs and OpenAPI 3.1 for Zig's std.http.Server
api http json jsonschema openapi zig zig-package
Last synced: 16 Jun 2026
https://github.com/genndy007/king-arter-backend
Trying to write RESTful API with Python for auction web application
fastapi githooks http pylintrc python rest-api routing sqlalchemy uvicorn
Last synced: 08 May 2026
https://github.com/liang2kl/apikit
Simplify HTTP request declaration and processing with pre-defined property wrappers and data parsers (playground project).
Last synced: 08 May 2026
https://github.com/jahaja/ltt
User-Simulation Load Testing Tool
go golang http load-testing user-simulator
Last synced: 10 Jun 2026
https://github.com/ichirokogawa/oceansunfish.proxy.signalr
A HTTP proxy project based on Signalr.
csharp http http-proxy http-server netcore proxy-server signalr websocket
Last synced: 10 Jun 2026