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-08 00:15:18 UTC
- JSON Representation
https://github.com/fantasticfiasco/serilog-sinks-http-sample-fluentd
Sample application of Serilog.Sinks.Http sending log events to Fluentd.
dotnet fluentd http serilog serilog-sink
Last synced: 19 Jul 2025
https://github.com/mntm-lib/http-web
Deno-like http serve
deno http serve server uwebsockets uws
Last synced: 04 Jan 2026
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/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/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/raku-community-modules/url-find
Raku Module to find all URL's in a text
Last synced: 06 Feb 2026
https://github.com/aminnairi/lucern
PHP framework for creating HTTP APIs
api docker docker-compose framework http php
Last synced: 12 Apr 2026
https://github.com/samicpp/tcp-services
A webserver that fully supports HTTP/1.1, WebSocket and HTTP/2 with TLS
deno http http-server http2 http2-server library server tls-support typescript webserver websocket
Last synced: 10 Mar 2026
https://github.com/lucas-rm/to-do-list
Desenvolvimento de uma aplicação (API REST) de lista de tarefas (To-Do List). A aplicação permite ao usuário criar uma nova tarefa, visualizar todas as tarefas e visualizar uma tarefa específica.
api-rest axios bootstrap-vue bootstrap4 csharp entity-framework http sql-server todo-list vue vue-router vue2 vuejs vuex3
Last synced: 11 Apr 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/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/lmangani/vch
Basic HTTP ClickHouse Driver for V
api ch clickhouse cloki driver http v vlang
Last synced: 11 Sep 2025
https://github.com/glueops/platform-helm-chart-network-exporter
A Helm chart for the GlueOps Network Exporter, a Prometheus exporter that monitors ICMP, MTR, TCP, and HTTP probes across all Kubernetes cluster nodes. Configurable via values.yaml, it supports ingress settings, resource management, and secure deployments to ensure robust network monitoring and observability within the GlueOps platform.
automation devops helm http icmp ingress ingress-configurations kubernetes monitoring mtr network-exporter network-monitoring prometheus prometheus-exporter tcp
Last synced: 03 Apr 2025
https://github.com/mementomori11723/components
A repository built for understanding and building an individual payment conponent using different api's
golang http http-server makefile stripe
Last synced: 24 Mar 2025
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/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/phpgt/cookie
Object oriented cookie handler.
cookie cookiejar cookies http object-oriented php-cookie phpgt
Last synced: 05 Jul 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/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/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/gedgonz/api
API REST para el consumo de los datos de una Agenda
Last synced: 12 Apr 2026
https://github.com/everhide/restub
RESTUB is a library for creating HTTP stubs
Last synced: 11 Jun 2025
https://github.com/mhingston/jayson
JSON-RPC inspired server and client with HTTP and WebSocket transports and JSON Schema IDL
http json-rpc json-schema nodejs websocket
Last synced: 18 Jan 2026
https://github.com/mahtin/http-source-information-header
Proposed X-Server-ID HTTP header RFC
Last synced: 10 Mar 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/vdhicts/http-query-builder
Replacement of http_build_query to allow the same parameter multiple times
Last synced: 14 Jan 2026
https://github.com/ikrong/mini-http
golang static server. a minimal static server.
golang http http-server https https-server server static static-server
Last synced: 06 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/skilloff1337/trn-getting-cs-go-statistics
csgo http http-requests stats trn
Last synced: 26 Dec 2025
https://github.com/nampdn/elex
Perform election speed check on list of gateways to find the fastest url
browser gateway http ipfs javascript node react-native speedtest typescript
Last synced: 02 Jul 2025
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/HalilFocic/onixhttp
My attemt to making full fledged HTTP server in zig
Last synced: 04 Sep 2025
https://github.com/sfuhrm/logwebconfig
Logging configuration using a REST API
configuration http http-server log4j log4j2 logging rest rest-api runtime-config
Last synced: 09 Apr 2025
https://github.com/sitic/http-hid-keyboard
Turn your Raspberry Pi into a remote keyboard, control via HTTP requests
hid http python raspberry-pi usb
Last synced: 13 Apr 2026
https://github.com/shgysk8zer0/http-status
A simple module for HTTP status codes
http http-status javascript module
Last synced: 15 Apr 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/ericadamski/rx-get
⛽ An observable wrapper around nodes http(s).get
http https node nodejs observable rxjs rxjs6
Last synced: 20 Apr 2026
https://github.com/stefanov-sm/base64-image-viewer
base64 image viewer
base64 header http magic-numbers
Last synced: 11 Apr 2025
https://github.com/stewartpark/http-shield
☸️ http-shield is a Kubernetes sidecar container that protects your HTTP service from a burst of requests.
confd haproxy http kubernetes sidecar
Last synced: 13 Apr 2026
https://github.com/chocolateboy/wax
A CLI tool which adds HTTP support to other CLI tools
cache cli command-combinator command-line command-line-tool http httpify https mirror uri url web webify
Last synced: 31 Mar 2025
https://github.com/goetas/docker-nginx-redirect
Handle HTTP redirects with this simple docker image
docker http nginx nginx-proxy redirect
Last synced: 29 Apr 2026
https://github.com/sethfalco/retropia
An extension for Retrofit to provide a subjectively cleaner interface and utilities. [This is a mirror from GitLab, please interact with the repository there.]
http http-client java11 retrofit retrofit2 retropia
Last synced: 02 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/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/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/tusuii/golang_webserver_mediater_task
simple goLang server using Gin Framework
Last synced: 28 Feb 2025
https://github.com/grandmoff100/duckdnsapi
A python wrapper of the DuckDNS HTTP API.
api duckdns hacktoberfest http python sphinx-doc wrapper-api
Last synced: 17 Mar 2025
https://github.com/peterservice-rnd/robotframework-requestschecker
RobotFramework Requests Checker Library
automation autotest http requests response-code robotframework testing
Last synced: 05 Oct 2025
https://github.com/threecommaio/qflow
Replicates traffic to various http endpoints backed by a durable queue
durable go http queue replication
Last synced: 14 Jan 2026
https://github.com/nktnet1/easy-libcurl
Fork of @JCMais/node-libcurl - cleaner distributable, only easy interface exposed
curl easy http https libcurl node-libcurl request sync-request sync-request-curl
Last synced: 06 Oct 2025
https://github.com/gol4ng/logger-http
Gol4ng logger sub package for http
correlation-id go go-logger golang golang-logger http logger middleware tripperware
Last synced: 14 Jan 2026
https://github.com/christowolf/gomw
A collection of simple Go middleware based on `net/http`.
go golang http middleware middlewares module nethttp packages
Last synced: 14 Jan 2026
https://github.com/nativebpm/httpstream
Stream-first HTTP client for Go
fluent-api go golang http http-client http-requests httpclient httprequest io-pipe low-overhead middleware multipart multipart-formdata pipe streaming
Last synced: 14 Jan 2026
https://github.com/tinyhttp/vary
vary rewrite in TypeScript for ESM
esm http nodejs typescript vary
Last synced: 08 Oct 2025
https://github.com/dbubel/intake
Simple API server framework
api-rest framework framwork go goapi golang http middleware
Last synced: 13 Mar 2026
https://github.com/amsandant/http-server
HTTP静态服务代理
access-limitation golang history-router http http-server proxy static-server
Last synced: 13 Mar 2026
https://github.com/0xrelogic/webhook-catcher-cli
A tiny Go CLI to instantly catch, inspect, and debug webhooks on your localhost, with built-in optional ngrok tunneling.
api api-tes cli debugging developer-tools go golang http localtunnel ngrok tui webhook
Last synced: 10 Oct 2025
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/edgee-cloud/docs
Edgee Documentation website
docs edge edgee http wasm wasm-component
Last synced: 11 Oct 2025
https://github.com/jeremyctrl/httprouter
A tiny, fast HTTP router powered by minimal perfect hashes
Last synced: 14 Jan 2026
https://github.com/llukas22/tei-client
Convenience Client for Hugging Face Text Embeddings Inference (TEI) with synchronous and asynchronous HTTP/gRPC support
Last synced: 12 Oct 2025
https://github.com/cbess/gowebwatch
Go app that watches web resources for HTTP status changes.
Last synced: 13 Oct 2025
https://github.com/tberey/ts-node-poker-game-multiplayer-api-server
An online multiplayer Poker game. Hosted http REST API, made in Typescript and Node, with Express and Socket.IO frameworks.
api http http-server multiplayer node node-js node-module node-ts object-oriented object-oriented-programming objects poker rest rest-api restful-api socket socket-io sockets typescript
Last synced: 21 Jan 2026
https://github.com/prongbang/callx
CallX HTTP Client easy call API for Golang
callx go go-callx go-http-client golang http http-client
Last synced: 23 Feb 2026
https://github.com/mohitrajain/firewall_automatic_login
Firewall login
captive-portal firewall-login http python
Last synced: 13 Oct 2025
https://github.com/sandtreader/obtools
C++ utility libraries for high-performance Unix servers and applications
crypto http http-client http-server json lexer library logging multi-threading mysql portability postgresql sqlite ssl strings threads time xml
Last synced: 14 Oct 2025
https://github.com/imscruz/fetchedge
A customizable fetch script for periodic data requests. Adjust settings to fit your internet speed and needs—ideal for data tracking and API monitoring.
ddos ddos-script donotarchive dos fetch fetch-api fetchapi get http layer7 script
Last synced: 14 Oct 2025
https://github.com/sahil-gulati/goose
GoLang framework for building REST API
go golang golang-framework goose http
Last synced: 01 Jun 2026
https://github.com/jmervine/splunking
Low level lib to create an http Request object for connecting to Splunk.
api authentication golang http splunk
Last synced: 15 Oct 2025
https://github.com/abdelilahou/goferql-api
Simple GraphQl api build with golang and sqlc
backend-api golang graphql http postgresql sqlc
Last synced: 14 Apr 2026