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-04-04 00:10:51 UTC
- JSON Representation
https://github.com/reschke/json-fields
Implementation of draft-reschke-http-jfv ("A JSON Encoding for HTTP Field Values")
Last synced: 22 Feb 2025
https://github.com/alpermulayim/gitpunchcardgui
GitHub Client for users repo using JAVA FX and GitHub API
github-api http java javafx restful-api
Last synced: 17 Mar 2025
https://github.com/byndyusoft/byndyusoft.net.http.messagepack
Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using MessagePack.
aspnet byndyusoft http messagepack
Last synced: 02 Feb 2026
https://github.com/ealexandros/userver
A fast and easy micropython HTTP web server repository.
http micropython server webserver
Last synced: 29 Dec 2025
https://github.com/kamva/pantopoda
Pantopoda is a collection of tools related to HTTP request/response
api golang http response statuscode
Last synced: 30 Dec 2025
https://github.com/akmjenkins/ngrx-requests
Unopinonatedly destroying network redux boilerplate
angular async boilerplate http interceptor network ngrx redux request
Last synced: 29 Oct 2025
https://github.com/zion-dev1/axios-project
A simple website 🖥️ where you can play around with HTTP methods 🚀 from the Axios.js library
axios http http-requests parcel parcel-bundler scss typescript website
Last synced: 23 Feb 2025
https://github.com/melardev/flaskapicrud
Flask Api application implementing full CRUD
api crud flask flask-sqlalchemy full-stack fullstack http python rest sql-alchemy
Last synced: 12 Jun 2025
https://github.com/hk-transfield/java-networking-scripts-collection
A collection of networking and cybersecurity scripts written in Java. The purpose is to provide an overview of network protocols involved in computer communications.
communications cybersecurity http java network network-programming protocol server tcp tftp tls udp
Last synced: 21 Jun 2025
https://github.com/felixevers/lockdown
A open-source user management to control client access and applications
authentication docker docker-compose flask flask-sqlalchemy http jwt jwt-authentication mail open-source pgp python3 react rest rest-api restful-api user-management web
Last synced: 30 Dec 2025
https://github.com/victor-0x29a/http-resource-mtasa
NodeJS integrated with a plugin of MTA:SA
http lua mta-dev mtasa mtasa-resource nodejs typescript
Last synced: 30 Dec 2025
https://github.com/thislight/luapicohttpparser
Lua binding for picohttpparser.
http lua lua-bindings picohttpparser
Last synced: 30 Oct 2025
https://github.com/andreattamatheus/my-contacts-backend
API built in Module 4 of the JStack course, using a custom-built HTTP client from scratch.
Last synced: 21 Jun 2025
https://github.com/bineesh-n/simplehttpserver
A very simple HTTP server with Boost's ASIO
asio boost boost-asio http httpserver
Last synced: 03 Mar 2025
https://github.com/tobbbles/service
An opinionated, simple, Go HTTP API template
api go http kubernetes service
Last synced: 29 Dec 2025
https://github.com/abersheeran/rust-h11
A pure-Rust, bring-your-own-I/O implementation of HTTP/1.1
Last synced: 18 Mar 2025
https://github.com/adamjosefus/allo_server
🦕 Http and WebSocket server for Deno.
deno http http-server server typescript websocket websocket-server
Last synced: 18 Mar 2025
https://github.com/vxern/engine_io
A complete, tested and documented implementation of the engine.io client and server in Dart.
client dart engine-io http long-polling protocol server socket-io websockets
Last synced: 23 Feb 2025
https://github.com/39services/ansible-http-server
This is a web server written in Ansible. Yes, WRITTEN IN Ansible. Not using an external web server.
ansible ansible-eda ansible-playbook eda event-driven-ansible http
Last synced: 02 Apr 2025
https://github.com/potatogopher/gorilla-middleware
"Chaining" Middleware with Gorilla Mux
Last synced: 08 Sep 2025
https://github.com/anarthal/usingstdcpp-2024
Boost.Asio: the universal async model
asio boost coroutines cpp cpp20 http
Last synced: 02 Mar 2025
https://github.com/timsusa/midi-space
Local running midi server with frontend
Last synced: 19 Jul 2025
https://github.com/benj1x/bargain-hunting
P1 Projekt til Bargain Hunting på AAU
Last synced: 19 Jul 2025
https://github.com/cobaltwebtech/cobalt-prod-site
Production codebase for Cobalt Web Technologies website
astro cf-workers cloudflare-workers http javascript serverless-framework ssg static-site tailwind typescript website
Last synced: 17 Feb 2026
https://github.com/kx0101/http-server-from-scratch
a low level http/1.1 server built from scratch, handling raw tcp, chunked transfer encoding, response trailers, streaming and serving binary data like video.
binary chunked chunked-encoding golang http http-1-1 network-programming parsing streaming tcp trailers udp video
Last synced: 21 Jun 2025
https://github.com/effectra/http-server-handler
Handles an HTTP request by processing a stack of middlewares.
http http-server middleware php psr server
Last synced: 29 Dec 2025
https://github.com/shahaf-f-s/auto-fastapi
A pythonic functional way to construct FastAPI applications be declaring endpoints in separation of their functional definition, enabeling to separate, replicate, and reuse functions in different APIs at the same time, and also run multiple of them.
fastapi fastapi-extension http server uvicorn
Last synced: 13 Jul 2025
https://github.com/procyon-projects/procyon-web
It provides web support for Procyon Framework
go golang golang-library http procyon-web web
Last synced: 17 Jan 2026
https://github.com/m-mdy-m/minicookiesession
“Explore, edit, and add products with ease: Mini project utilizing Express, Mongoose, and sessions for a dynamic user dashboard experience.”
cookie express express-session http javascript nodejs nodejs-server session
Last synced: 21 Jun 2025
https://github.com/devraymondsh/rust-webframeworks-benchmark
In this project we benchmark different Rust web frameworks to see which framework can handle more requests/second.
api benchmark framwork http http-server rust web
Last synced: 26 Mar 2025
https://github.com/tharlesamaro/fastapi-doc-http-response
A Python package to facilitate the definition of default HTTP responses for FastAPI APIs. With this package, it is possible to easily create default responses for the most common HTTP status codes.
api development fastapi http http-status-code python response web
Last synced: 28 Mar 2025
https://github.com/nb312/flutter_resources
Flutter Learning Resoure
animation bottomappbar bottomsheet button card cupertino diagram flutter gestures http json semantics services statelesswidget test theme widgets
Last synced: 06 Jul 2025
https://github.com/tal7aouy/yusr
🚀 Yusr: A lightweight, powerful PHP HTTP client inspired by Guzzle
guzzle guzzlehttp http http-client php-http-client php-https
Last synced: 13 Apr 2025
https://github.com/adrianvillamayor/curlhelper
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.
api composer curl curl-wrapper curlhelper helper http http-client lightweight php
Last synced: 30 Apr 2025
https://github.com/alien-rpc/alien-middleware
TypeScript-powered, immutable, composable HTTP middleware for Node.js, Bun, and Deno (using Hattip)
bun deno hattip http nodejs typescript
Last synced: 22 Jun 2025
https://github.com/congruencelabs/http-duration-client
Measure duration for Node HTTP lifecycle events
Last synced: 03 Mar 2025
https://github.com/rsevilla87/hloader
Easy to use HTTP loader tool
golang http http-client http2 performance stats
Last synced: 27 Mar 2025
https://github.com/nofaralfasi/integrative-project
Implementation of integrated software system providing API's to the back end business logic using a variety of front end applications
agile bitbucket css hibernate html http javascript jpa mysql postman reflection rest-api restful-api scrum spring spring-boot spring-data-jpa spring-test springframework trello
Last synced: 30 Dec 2025
https://github.com/stuvusit/nginx
Set up a nginx server with Ansible
ansible ansible-playbook http load-balancer nginx webserver
Last synced: 26 Mar 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: 21 Mar 2025
https://github.com/adityapandey78/urlshortner
A lightweight, elegant URL shortener built with vanilla JavaScript and Node.js. Transform lengthy URLs into memorable, shareable links with a clean, responsive UI. Features custom short codes, one-click copying, and a modern gradient design—all without external dependencies.
http http-server nodejs url-shortener
Last synced: 17 Jun 2025
https://github.com/hummel009/platforms-mod-uploader
Программа для загрузки модов на CurseForge и Modrinth
api curseforge gradle http kotlin minecraft minecraft-mod mod
Last synced: 03 Mar 2025
https://github.com/notreeceharris/cthulhu.js
:squid: Fast and minimal HTTP framework designed to slipstream API development with standardisation and security in mind
http http-server javascript nodejs npm server webframework
Last synced: 03 Mar 2025
https://github.com/omecodes/store
HTTP Backend application supporting JSON documents and files storages with an access security layer based on rules written in CEL (common expression language). Same as Firebase.
files firebase http json-document json-path microservice mysql search-engine
Last synced: 24 Feb 2025
https://github.com/harwoeck/hibpoffline
High-performance Service for querying an offline copy of the HIBP database (a collection of 551 million breached 🔓 passwords). Exists because private ☁️ = ❤.
badger bigcache cache cloud-native docker go golang grpc haveibeenpwned high-performance http leaked-secrets low-latency microservice on-premise passwords rest self-hosted service standalone
Last synced: 08 Oct 2025
https://github.com/mskian/website-status
CLI to check website HTTP status and send notifications to ntfy.
cli http http-code http-status ntfy ntfy-sh ntfysh typescript typescript-cli uptime-monitor
Last synced: 03 Mar 2025
https://github.com/chocolateloverraj/android-api-http
Give web pages access to all android APIs (with permission, of course)
android android-api api http kotlin ktor permissions web-page
Last synced: 20 Mar 2025
https://github.com/chunrapeepat/ku-grade-report-beautifier
Grade report beautifier project for Kasetsart University
chunza2542 docker golang http kube-lego kubernates letsencrypt thechun
Last synced: 05 Apr 2025
https://github.com/fujiwarachoki/pyhostr
A hosting library with routing for Python
Last synced: 16 Jul 2025
https://github.com/ramibch/django-tweets
An app to manage tweets in a Django project.
django http python twitter twitter-api
Last synced: 03 Mar 2025
https://github.com/rohanraj7316/httpclient
basic http client with id tagging, req, resp and req/res body tagging
Last synced: 17 Jan 2026
https://github.com/ptrvsrg/cache-proxy
Многопоточный кеширующий прокси
c cache docker http http-proxy logger thread-pool
Last synced: 20 Mar 2025
https://github.com/amazingandyyy/body-parser
👷 A simple body parser middleware for node-server or ExpressJS.
body-parser expressjs http https node-server nodejs openjs opensource scratchese server util
Last synced: 01 Apr 2025
https://github.com/bbonnin/h
Simple CLI to query HTTP endpoints
cli curl hacktoberfest http wget
Last synced: 24 Jun 2025
https://github.com/mamantoha/upload_io
A streaming upload library written in Crystal that integrates with HTTP::Client. It supports chunked uploads with a built-in progress callback
Last synced: 07 Jul 2025
https://github.com/bjfssd757/axial-rs
Axial - All in One web framework for Rust
all-in-one client framework high-level-development http http-client http-server rust web
Last synced: 07 Mar 2026
https://github.com/tanvir1337x/proxy-list
Automated repository to fetch, curate, and maintain the best proxies with continuous integration
anonymity anonymous elite free-proxy http http-proxy https networking proxies proxy proxy-list socks socks-proxy socks4 socks4-proxy socks5 socks5-proxy speedx vpn
Last synced: 18 Mar 2025
https://github.com/honoluluhenk/http-content-disposition
Java library for building the HTTP Content-Disposition conforming to RFC6266, RFC5987 (opinionated but correct)
content-disposition http rfc-6266
Last synced: 16 Feb 2026
https://github.com/eseifert/xmpp-http-server
XEP-0363 compliant server for Prosody’s mod_http_upload_external written in Python 3.6
Last synced: 20 Oct 2025
https://github.com/kirillzhosul/scan
Web-based targets scanner. Possible API urls, frameworks, whois, ports and more about target.
http scanner vulnerability whois
Last synced: 01 Apr 2025
https://github.com/doqin/c_http
Personal C project to learn raw http and web development.
Last synced: 10 Jul 2025
https://github.com/robcalcroft/backchat
:ear: Backchat is a small Node.js proxy utility for recording HTTP traffic and replaying it when the same request is made in the future.
http http-proxy nodejs proxy recorder replay
Last synced: 03 Mar 2025
https://github.com/jupegarnica/mock-api
Fake a response body, status, headers or delay the response.
Last synced: 21 Mar 2025
https://github.com/milindkusahu/qtrip-dynamic
QTrip Dynamic is a travel website aimed at travelers looking for a multitude of adventures in different cities.
bootstrap bootstrap-carousel conditional-rendering css curl deployment developer-tools dom-manipulation es6 event-handling heroku html http javascript json localstorage netlify-cli responsive-design rest
Last synced: 20 Jan 2026
https://github.com/shinnn/inject-body
Inject contents into the HTML <body> tag of an HTTP response
html http javascript modification nodejs non-blocking response stream xml
Last synced: 28 Mar 2025
https://github.com/maribelacosta/delay-proxy
An HTTP proxy that introduces network delays to the response from the server
delay http http-server networking proxy proxy-server pypi-packages python27
Last synced: 09 Jul 2025
https://github.com/studistcorporation/ring-accept-language
clojure hacktoberfest http i18n middleware ring terraform-managed
Last synced: 07 Oct 2025
https://github.com/ccache/ccache-storage-http-cpp
Ccache HTTP(S) storage helper (C++)
ccache ccache-storage-helper cpp http https
Last synced: 07 Mar 2026
https://github.com/adrianovolter/modulo-2
Modulo 2 Back-End | curso FullStack Senai SC / LAB365
backend dbeaver env express fs git http javascript json migration modules nodejs npm postgresql pwt rbac-authorization sequelize sequelize-cli
Last synced: 30 Dec 2025
https://github.com/urpagin/textfileserver
Serves a text file.
actix actix-web bash build-script cargo containerization docker docker-compose file-server file-serving hosting http http-server rust serve shell static-file text web-application web-server
Last synced: 30 Dec 2025
https://github.com/th3shadowbroker/sse-example
Example code for working with SSE :satellite:
golang http sse sse-client sse-server
Last synced: 30 Oct 2025
https://github.com/wdarrenww/connex
HTTP/2 server in Go
go golang http http-2 http-server
Last synced: 09 Jul 2025
https://github.com/yrotak/nodejs-chat-encrypted
Advanced NodeJS (Express) chat with packet encryption.
chat chat-application encrypted-chat encryption expressjs http multichannel nodejs-server rc4 socket-io
Last synced: 23 Feb 2025
https://github.com/marcbachmann/http-condition
Support conditions for http requests based on a simple dsl.
code-generation condition http nodejs request server
Last synced: 03 Mar 2025
https://github.com/parzibyte/plugin-impresora-termica-bt-android
Plugin gratuito para comunicarse con impresoras térmicas Bluetooth en Android y enviar comandos ESC POS desde cualquier lenguaje de programación que hable HTTP
android bluetooth bluetooth-printer http java javascript plugin printer thermal-printer
Last synced: 12 May 2025
https://github.com/hgschandeepa/flutter-unit-testing
This repository is designed to help developers understand and implement unit testing in Flutter applications. It also covers API testing and Firebase functional testing to ensure robust and reliable Flutter apps.
firestore flutter http mock mokito sharedpreferences testing
Last synced: 12 Apr 2025
https://github.com/adrianmg/go-server
http server in go
go golang http http-server server
Last synced: 12 Aug 2025
https://github.com/dvorijs/dvori
Composable HTTP client for Node.js built to make complex queries simple.
composable functional-programming http http-client javascript nodejs rest
Last synced: 20 Mar 2025
https://github.com/ilyaliao/http-test-tool
HTTP request testing tool supporting GET and POST methods
Last synced: 10 Jul 2025
https://github.com/qbart/ohdeer
Oh! Deer! is a simple monitoring service/status page that verifies if your systems are healthy.
Last synced: 12 Aug 2025
https://github.com/fortio/h2life
Demo of ansipixel game of life (conway) over http streaming (or 1.1)
Last synced: 17 Jun 2025