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-29 00:14:57 UTC
- JSON Representation
https://github.com/rkojedzinszky/mac2vendor
Mac address lookup service
golang http lookup macaddress service
Last synced: 20 Oct 2025
https://github.com/reddec/liana
Tool to generate HTTP wrapper as golang code
api code-generator golang http
Last synced: 15 Mar 2025
https://github.com/aaronland/go-http-mbtiles
Go HTTP handler for serving MBTiles databases.
Last synced: 18 Jun 2026
https://github.com/lmangani/vch
Basic HTTP ClickHouse Driver for V
api ch clickhouse cloki driver http v vlang
Last synced: 11 Sep 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/marleydip/node-js-practice
Its now practice server-side-programming for comptetive programming...
crypto dynamic-routes error-handling event-emitters form-submission fs http middleware module nodemon npm-module os path piping-streams postman query-parameters streams url url-encoded
Last synced: 10 Jun 2025
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/imdrasil/http_method_emulator
Simple HTTP method emulator for form submitted data.
Last synced: 01 Aug 2025
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/aviaviral/voting-mach-project
Developed a full-stack web application using MongoDB, Express.js, React.js, and Node.js (MERN stack). • Designed and implemented RESTful APIs and MongoDB schemas to manage polls, users, and votes.
expressjs http mongodb mongodb-driver mongodbatlas mongoose nodejs nodejs-server npm schema
Last synced: 23 Sep 2025
https://github.com/owen3h/undici-shim
Provides Undici request in Node, native fetch in the browser.
browser fetch http node-fetch request shim undici webpack
Last synced: 08 Feb 2026
https://github.com/dotnetzero/FunctionApp
Sever that serves up the web / scripts
azure azure-functions csharp http powershell
Last synced: 29 Jul 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/dnascanner/netlify-like-server
A deno webserver with some features, netlify offers
development http netlify ts webserver
Last synced: 18 Mar 2025
https://github.com/olivere/httputil
A set of opinionated helpers for working with HTTP handlers, requests, and responses.
Last synced: 03 Sep 2025
https://github.com/ryleeharrison/simple-fast-dynamic-http-server
Dynamic HTTP server that automatically handles URL to local resource path and content-type headers
dynamic dynamic-handlers dynamic-http dynamic-http-server http node-http node-http-server
Last synced: 06 Jan 2026
https://github.com/differui/axios-mp-adapter
Axios adapter that allows emit requests in wechat mini programs
adapter axios http mini-program request wechat
Last synced: 16 Mar 2025
https://github.com/jacksonzamorano/pilot
Batteries-included, high-performance HTTP framework for quickly building applications.
Last synced: 16 Jan 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/picocode1/tcp-server
C++ HTTP Server
html http http-server server sockets tcp tcp-server
Last synced: 17 Sep 2025
https://github.com/everhide/restub
RESTUB is a library for creating HTTP stubs
Last synced: 11 Jun 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/yankeguo-deprecated/colimit
concurrency limiter for Echo framework
concurrency-limiter echo echo-middleware golang http
Last synced: 08 Apr 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/awayume/url_parser.rs
A simple URL parser written in Rust
Last synced: 18 Jun 2026
https://github.com/comiclandapp/alexa-http-get
Alexa skill to send IR codes to a nodeMCU-based server for amplifier control.
Last synced: 08 Apr 2025
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/halilfocic/onixhttp
My attemt to making full fledged HTTP server in zig
Last synced: 24 Jul 2025
https://github.com/sebastianmarines/go-webserver
A web server written from scratch using Go
Last synced: 01 Apr 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/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/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/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/getrighhttt/itunes
Implemented a tab layout that displays a list of my favorite artists' songs. Also added a searchView to search other Artists.
adapter api builder-pattern glide http interceptor recyclerview rest-api retrofit2 singleton-pattern viewpager2
Last synced: 02 Apr 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/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/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/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/andrexus/ghoma-http-gateway
Control G-Homa plugs over HTTP
gateway ghoma home-automation http iot smart-home
Last synced: 12 Jan 2026
https://github.com/elliotjreed/web-server-health-check
A simple PHP application to take an XML sitemap URL and check all links for their HTTP status codes and response times, using PSR-7-compatible logging via Monolog.
Last synced: 25 Oct 2025
https://github.com/tiosambr/seguran-a-e-auditoria-em-sistemas-de-informa-o
Segurança e Auditoria em Sistemas de Informação
certificados certificate client client-server html http https pki server servidor vpn
Last synced: 08 Mar 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/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/eraclitux/middle
Package for building http services
golang-package http microservices
Last synced: 24 Oct 2025
https://github.com/helcsnewsxd/famaf-computer_science-networks_and_distributed_systems-lab1
Laboratorio 1 de la materia de Redes y Sistemas Distribuidos de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
famaf-unc http lab network python sockets university-project
Last synced: 28 Feb 2025
https://github.com/staciax/code-server-docker-with-ssl
simple code-server on docker with nginx-proxy, acme-companion
acme-companion code-server containers docker docker-compose http https nginx nginx-proxy ssl vscode
Last synced: 26 Feb 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/derekargueta/drekswerver
Event-driven web server written in Python
event event-driven file-server http python server
Last synced: 23 Aug 2025
https://github.com/mikaelvesavuori/mikroserve
Minimalistic, ready-to-use API, built on Node.js primitives.
api api-framework api-server http http-server https node node-server
Last synced: 18 Feb 2026
https://github.com/allegiant-js/httpduplex
Unifies http request and response streams.
Last synced: 05 Feb 2026
https://github.com/hugoalh/http-header-value-handler-es
An ECMAScript (JavaScript & TypeScript) module to handle the HTTP header value.
ecmascript ecmascript-module es es-module esm esmodule handle handler header http javascript js ts typescript
Last synced: 15 Sep 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/asut00/webserv
Custom HTTP server implemented in C++98, designed to handle client requests efficiently, parse HTTP messages, and serve static or dynamic content.
Last synced: 04 Nov 2025
https://github.com/leoborai/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: 01 Mar 2025
https://github.com/kwangsing3/http_methods_golang
http_methods_golang is a tiny wrapper for implementing HTTP request methods with Golang, and designed for reuse in every projects which don't have to implement those METHODS, when a simple communication is in need.
Last synced: 04 Nov 2025
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/badu/http
Golang 1.9 http package (no HTTP2) - rearranged
Last synced: 21 May 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/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/kouisamine/checker-tools
A collection of great checker-type tools to help you check & verify different types of things.
checker dns dns-server gravatar html http ip js password ping redirection scree ssl-certificates url whois whois-lookup
Last synced: 27 Feb 2025
https://github.com/mrlemoos/grabkit
The TypeScript kit for easily grabbing data from server.
client-side fetch http isomorphic javascript nodejs request server-side typescript xmlhttprequest
Last synced: 31 May 2026
https://github.com/mrgrd56/jsonhttpclient
csharp dotnet http json nuget-package
Last synced: 13 Apr 2026
https://github.com/jakubvojvoda/http-webclient
Simple HTTP client in C
c http http-client socket web-client
Last synced: 14 May 2025
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/hamzaelkhatri/webserve
The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems
Last synced: 01 Apr 2025
https://github.com/galaxy-sea/libby-http-cache-control
By reusing previously acquired resources, you can significantly improve the performance of websites and applications. Web caching reduces latency and network traffic, thereby reducing the time required to display resource representations. Become more responsive by using HTTP caching
cache cache-control caching etag http httpcache java spring spring-boot springmvc
Last synced: 12 Mar 2026
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/jedimahdi/movie-network
Movie network system with c++
cpp cpp11 http mvc web-application
Last synced: 05 Oct 2025
https://github.com/xasannosirov/internet-protocols
client-server golang http ip tcp udp
Last synced: 14 Jul 2025
https://github.com/grimdork/funcy
Tools to make sserverless functions a little simpler.
Last synced: 19 Jun 2026