An open API service indexing awesome lists of open source software.

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.

https://github.com/jaimeloeuf/simpler-fetch

A simpler fetch because using window.fetch makes me cri and the other API libraries are too BIG, complex and unsafe, so here's mine... 😐

api axios builder-pattern fetch http http-client isomorphic-fetch javascript nodejs oop rest typescript

Last synced: 04 May 2025

https://github.com/cristalhq/httpx

Better net/http for Go

go golang http http-helper

Last synced: 09 Jul 2025

https://github.com/petermekhaeil/zodaxios

HTTP client with schema validation using Zod

api axios fetch http typescript zod

Last synced: 10 Apr 2025

https://github.com/francescomalatesta/httpstatus

A simple http status code generator.

code golang http status tool

Last synced: 29 Apr 2025

https://github.com/barrettotte/forth-http

A small web server written to get more practice with Forth

forth http

Last synced: 08 Jan 2026

https://github.com/marksmurphy/cdn-cache-check

Makes HTTP requests to URLs and parses response headers to determine caching behaviour

cache cache-control caching cdn cdn-detection dns headers http https offload performance url web

Last synced: 09 Jul 2025

https://github.com/voyrox/frostlink

FrostLink is a reverse proxy written in Rust that supports routing requests from a local server to a specified domain. With FrostLink, you can easily turn a local server running on a specific port, such as `localhost:3000`, into a publicly accessible website connected to `example.com`.

http proxy reverse-proxy rust ssl

Last synced: 11 Apr 2025

https://github.com/fenzland/php-http-client

A lightweight HTTP client with PHP7.

http http-client php php7

Last synced: 13 Apr 2025

https://github.com/aaron-akhtar/http-flooder

i just got really bored.

flooder http http-flood

Last synced: 12 Apr 2025

https://github.com/tuftjs/tuft

A minimalist web framework for Node.js.

framework http node node-js nodejs tuft tuftjs web

Last synced: 10 Apr 2025

https://github.com/Paulo-Lopes-Estevao/client-code-generators

Repository for all code generators provided by clients

client clientao code-generation dart http http-client insomnia postman

Last synced: 06 May 2025

https://github.com/elgigi/harparser

Library to parse and generate HAR file format.

har http http-logs log php

Last synced: 12 Jul 2025

https://github.com/monkrus/gin

Walk-through of the Go Gin Framework Crash Course

api crash-course framework gin go golang http walkthrough

Last synced: 03 May 2025

https://github.com/divbzero/aioserver

An async web framework for humans

aiohttp async asyncio cors forhumans framework http server simple web

Last synced: 14 Dec 2025

https://github.com/bayfrontmedia/php-http-request

Easily handle data from incoming HTTP requests.

cookie delete get head header http method options patch php post put request server superglobal url

Last synced: 17 Jul 2025

https://github.com/gtsigner/gt-axios

golang axios http request libray . can custom tls fingerprint

custom-tls http tls

Last synced: 05 Apr 2025

https://github.com/ngtcp2/urlparse

an http_parser_parse_url compabile URL parser

http url url-parser

Last synced: 20 Jul 2025

https://github.com/naftulikay/slumberd

An HTTP server which sleeps during requests for a configurable amount of time.

http rust rust-lang

Last synced: 13 Apr 2025

https://github.com/alexruzin/websock

A covert, encrypted and compressed, socket stream that is encoded on top of plaintext HTTP. The plaintext traffic contains an ECDH negotiated key, along with an RC4 cipher stream.

buffer compression covert-channel data-transfer ecdh gzip http interface-design key-exchanges nist protocol reader socketstream writer-interface

Last synced: 12 Apr 2025

https://github.com/parzibyte/api-rest-spring-boot

Creación de una API REST usando MySQL, Spring Boot y Java

api http java mysql rest spring-boot

Last synced: 12 Apr 2025

https://github.com/seanmonstar/hyper-benchmarks

Performance benchmarks for hyper.rs

http hyper rust

Last synced: 18 Mar 2025

https://github.com/jaguar-dart/jaguar_json

jaguar_serializer based JSON interceptors for Jaguar

dartlang http jaguar json marshall rest-api serialize serializer server

Last synced: 08 May 2025

https://github.com/lykmapipo/http-client

Helper utilities for making HTTP(s) requests.

http https isomorphic lykmapipo request

Last synced: 19 Mar 2025

https://github.com/jujuadams/youtube-oauth2

Demonstration of OAuth2 targeting YouTube's "Data v3" API

gamemaker gamemaker-studio-2 gms2 http oauth youtube

Last synced: 21 Jul 2025

https://github.com/febritecno/hasana-chatbot

line chatbot with service susi.ai include web scaper by xray

body-parser expressjs http javascript linebot request xray

Last synced: 13 Apr 2025

https://github.com/contensis/docs-management-http

Contensis HTTP Management API documentation

api-documentation contensis documentation http json rest-api zengenti

Last synced: 12 Jul 2025

https://github.com/HengXin666/HXLibs

C++20协程和基于io_uringの百万并发服务器; 可异步读写, 支持Transfer-Encoding分块编码传输文件; 基于压缩前缀树编写的路由, 支持通配符解析;+ http/https/websocket、socks5代理、Json解析、Json静态反射到结构体, 封装了线程安全的LFUCache和LRUCache, 静态枚举映射, 支持STL容器的print/toString等

coroutine cpp cpp20 http https io-uring json lfu-cache lru-cache openssl router websocket

Last synced: 31 Oct 2025

https://github.com/surister/queryzen

Parametrized, named and versioned SQL queries over HTTP

backend http queries sql

Last synced: 21 Mar 2025

https://github.com/anonvm/nginx-installer

Automate NGINX Compilation from Source with Custom Modules and Patches on Debian & Ubuntu

bot brotli cache cloudflare firewall geolocation http http2 https lua modsecurity nginx pagespeed proxy redis rtmp tengine waf

Last synced: 10 Apr 2025

https://github.com/Integralist/carbon

HTTP Response Header Sorting and Filtering

go golang http http-client http-header http-response open-source

Last synced: 17 Jul 2025

https://github.com/cyrbil/datalog

Datalog HTTP logs monitoring

http logs monitoring python3

Last synced: 05 Apr 2025

https://github.com/trygve-lie/rollup-plugin-esm-http-resolver

Rollup plugin for resolving ES modules over http(s) like a browser does.

esm esmodules http javascript resolver rollup rollup-plugin

Last synced: 30 Apr 2025

https://github.com/Voyrox/FrostLink

FrostLink is a reverse proxy written in Rust that supports routing requests from a local server to a specified domain. With FrostLink, you can easily turn a local server running on a specific port, such as `localhost:3000`, into a publicly accessible website connected to `example.com`.

http proxy reverse-proxy rust ssl

Last synced: 08 May 2025

https://github.com/joseluisq/ruta

A lightweight HTTP routing library for PHP 8+ without external dependencies. (WIP)

http http-router php php-library php8 routing

Last synced: 17 Mar 2025

https://github.com/Taisiias/formmailer

HTTP server that emails data submitted on static website forms.

forms http nodejs smtp static-site

Last synced: 03 Apr 2025

https://github.com/nopnop2002/esp-idf-remote-lcd

Control the HD44780 using HTTP/MQTT.

esp-idf esp32 hd44780 http http-client lcd1602 lcd1604 rest

Last synced: 03 Apr 2025

https://github.com/dkxce/aprsair

Console App Detects DTMF GPS Signals or APRS AFSK1200 signals from radios (eg: Abbree AR-F8, Zastone ZT-889G) over soundcard and allow to view it over console, web (HTTP), APRS and send via HTTP-GET, TCP-APRS, UDP-APRS.

air aprs dkxce dtmf gps http server udp

Last synced: 07 Sep 2025

https://github.com/dezh-tech/kraken

A manager service to manage all Jellyfish software stack (Immortal/Panda and ...)

dezh grpc http immortal nestjs nip-05 nip05 nostr

Last synced: 17 Feb 2026

https://github.com/akagi201/light

A minimal web framework in Go.

alice golang http httprouter lightweight middleware web

Last synced: 27 Jan 2026

https://github.com/apache/geronimo-safeguard

Mirror of Apache Safeguard (Geronimo project around Fault Tolerance)

geronimo http java javaee network-server web-framework

Last synced: 24 Feb 2026

https://github.com/williamvenner/sysreq

Simple, virtually-zero-dependencies HTTP client wrapping a system client for Rust

http https hyper request reqwest rust ssl tls

Last synced: 10 Jul 2025

https://github.com/bugoverdose/mys3

이미지 호스팅 서버를 통해 알아보는 웹 성능 개선 기법들

cache cache-busting cache-control etag filesystem http java webp

Last synced: 10 Feb 2026

https://github.com/devjack/encrypted-content-encoding

An implementation of RFC8188 for PHP - Encrypted Content-Encoding

encoding encryption http middleware php rfc8188

Last synced: 28 Jul 2025

https://github.com/lukasbach/mockingbirb

Desktop app for configuring HTTP mocking servers

desktop-app http javascript mock routing server

Last synced: 30 Apr 2026

https://github.com/patriktrestik/homeassistant_nicegate

Home Assistant integration for Nice gate actuator connected by IT4WiFi

gate homeassistant http nice

Last synced: 27 Oct 2025

https://github.com/dragonwocky/nadder

an experimental web framework for Deno

deno http jsx typescript

Last synced: 14 Mar 2026

https://github.com/stevenvachon/robot-directives

Parse robot directives within HTML meta and/or HTTP headers.

attributes headers html http nodejs robots seo

Last synced: 03 Mar 2026

https://github.com/ekwator/truth-training

Cross-platform project: Rust Core, Actix-web, SQLite, P2P sync (UDP+HTTP), WebSockets, OpenAPI, TypeScript/React, Tauri, Kotlin/Android, Swift/iOS

actix-web android cli cross-platform cursor cursor-ai cursor-ide http ios kotlin p2p react rust spec-kit sqlite swift tauri typescript udp websockets

Last synced: 02 Feb 2026

https://github.com/begenov/backend

Developed a banking system with features to manage accounts, record balance changes and money transfers within transactions using gRPC, Golang, transaction technology and Docker for deployment.

gin grpc http postgresql protobuf unit-testing

Last synced: 31 Oct 2025

https://github.com/wweziza/asm-http

Building website in Assembly, why not?

asm assembly http httpserver server web webserver website

Last synced: 15 Jun 2026

https://github.com/mitmaro/http-authorization-header

Parse and create HTTP Authorization headers.

authorization headers http javascript nodejs

Last synced: 06 Jul 2025

https://github.com/xibn/http-openai-tts

An HTTP microservice using OpenAI to generate text-to-speech.

ai go golang http microservice openai text-to-speech tts

Last synced: 02 May 2026

https://github.com/prooph/httplug-event-store

HTTP event-store implementation talking with http-api

api cqrs event-sourcing event-store http httplug php prooph

Last synced: 04 Sep 2025

https://github.com/business-copilot/yandex-query-go

Go HTTP SDK for Yandex Query service

api go http sdk yandex yandex-cloud yandex-query

Last synced: 17 Jan 2026

https://github.com/neur0toxine/pock

Easy to use PSR-18 compatible HTTP mocking library

api dto http json mock network pock psr-17 psr-18 psr-7 serializer

Last synced: 23 Apr 2025

https://github.com/tarsil/starlette-bridge

A simple and clean event bridge of the old Starlette events to the new lifespan

async esmerald http python python3 starlette websockets

Last synced: 21 Aug 2025

https://github.com/pandaoh/js-xhttp

An HTTP tool is based on Axios that can make ajax more convenient and universal, easier to manage, and more efficient and unified. XHttp 是一个基于 axios 二次封装的 HTTP 请求工具,可以让你在项目中使用 http 请求时更加简单,更加通用灵活,更加高效统一,且易于全局管理。

ajax axios http javascript js-http js-xhttp request rollup typescript x-xrequest xhttp xrequest

Last synced: 09 Apr 2025

https://github.com/gapple/structured-fields

PHP Library for Structured Field Values for HTTP

http php rfc8941 structured-fields structured-headers

Last synced: 22 Mar 2025

https://github.com/imjuni/jin-frame

A reusable, declarative, type-safe, and extendable HTTP request library.

axios client declarative http http-client http-clients resusable type-safe

Last synced: 27 Apr 2026

https://github.com/yaroslaff/ws-emit

Easily emit websocket events from any sources (python, php, bash, whatever) using redis or HTTP interface

cli curl easy easy-to-use emitting flask http microservice php python redis shell webserver websocket websockets

Last synced: 24 Oct 2025

https://github.com/desty2k/noisy-mqtt

Simple random DNS, HTTP/S internet traffic noise generator with MQTT support

bot dns homeassistant http mqtt privacy privacy-online raspberrypi traffic-generator traffic-inspection

Last synced: 07 Apr 2025

https://github.com/wyrihaximus/reactphp-http-middleware-response-cache

Response caching middleware for @reactphp's HTTP server

cache hacktoberfest http middleware middleware-caches php php7 reactphp

Last synced: 13 May 2025

https://github.com/peter-gergely-horvath/commandmosaic

Implementing Java services based on the command design pattern

command-pattern http http-server java-application java-service rest servlet spring-boot

Last synced: 24 Oct 2025

https://github.com/drkameleon/mimetypes.art

MIME content type registry & recognition

arturo arturo-language arturo-package file http mimetype web-server

Last synced: 13 May 2025

https://github.com/bsm/httpx

Useful and opinionated helpers for building secure HTTP services

chi golang http internal security

Last synced: 28 Feb 2026

https://github.com/metebykl/spectra

Fast, lightweight and fully typesafe web framework

framework http server typescript

Last synced: 03 Mar 2026

https://github.com/contributte/http

:sparkles: Extra contrib to nette/http (@nette)

cli content-security-policy contributte http nette nette-framework request response

Last synced: 10 Apr 2025

https://github.com/djian01/nt

A versatile network testing tool that supports ICMP, HTTP(s), DNS, TCP, and MTU testing

dns http icmp mtu network network-analysis network-monitoring tcp test test-automation testing tests

Last synced: 14 Jan 2026

https://github.com/swlkr/trail

A clojure routing library for ring

clojure http ring routing trail

Last synced: 12 Apr 2025

https://github.com/linkinstars/http-helper

OkHttp封装

http httputils

Last synced: 15 Mar 2026

https://github.com/bondrogeen/app_iobroker.paw

Application for ioBroker.paw

adapter android control http iobroker

Last synced: 25 Apr 2026

https://github.com/baethon/laravel-resource

Conveniant factory for Laravel API resources

api http laravel resource resources

Last synced: 19 Apr 2025

https://github.com/girish54321/flutter-starter

Flutter-Start is an open-source Flutter boilerplate hosted on GitHub that provides a solid starting point for building cross-platform mobile apps. The boilerplate includes a preconfigured project structure, authentication flow, state management using Provider, localization support, and a set of commonly used UI components.

android androidstudio authentication bestpractices boilerplate flutter flutter-apps getx http httpclient mobileapp opensource state-management xcode

Last synced: 28 Jun 2025

https://github.com/skatsuta/real-world-http

Sample code in Real World HTTP.

go http

Last synced: 26 May 2026

https://github.com/thefox/httpflood

Tool for flooding HTTP servers under Linux.

c flood flood-attack http linux mit-license

Last synced: 26 Jul 2025

https://github.com/d4rckh/voltgate

lightweight reverse proxy written in go with prometheus, loki integration, rate limiting and caching

caching edge-proxy go http http-proxy loki monitoring prometheus proxy rate-limiting redis reverse-proxy

Last synced: 15 Oct 2025

https://github.com/godaner/brokerc

brokerc is a cross-platform publish and subscribe command line client tool, including mqtt client, amqp client, kafka client, http client.

amqp amqp-client http http-client https kafka kafka-client mqtt mqtt-client mqtt-protocol rabbit rabbitmq rabbitmq-client

Last synced: 03 Apr 2026

https://github.com/ahmetozer/basic-server

A basic file server automatically generates self certificates and serves the given folder.

cloudflare http https https-server

Last synced: 14 Apr 2025

https://github.com/timestee/go-accesslog

A simple HTTP access log for golang.

access-logs golang http http-server logger middleware

Last synced: 26 Jan 2026

https://github.com/meniny/leaf

🍃 A versatile HTTP(s) networking framework written in Swift.

http https urlsession

Last synced: 23 Jul 2025

https://github.com/euskadi31/go-server

HTTP Server with Middleware

go golang health-check http http-server middleware router

Last synced: 31 Aug 2025

https://github.com/sunny-117/chunkflow

🎉 A universal large file upload solution with chunked upload, resumable upload, and instant upload capabilities. | 通用的大文件上传解决方案,支持分片上传、断点续传和秒传功能

chunk fiber file http large-file-upload protocol rust turbo upload upload-client upload-component websocket

Last synced: 04 Feb 2026

https://github.com/valen-h/server-ii

A Server framework with middleware support.

fs http middleware node server static templates typescript

Last synced: 02 May 2026

https://github.com/aymenjd/redc

High-performance, asynchronous HTTP client in Python, driven by libcurl

curl http http-client libcurl python

Last synced: 02 Sep 2025

https://github.com/tada5hi/hapic

A tiny & simple fetch based http client with a collection of different presets.

api api-client client fetch fetch-api harbor harbor-client http oauth2 oauth2-client rest vault vault-client

Last synced: 25 Feb 2026

https://github.com/sado0823/go-kitx

micro service web framework including http and grpc. some practical tools、 algorithms written in Go

golang grpc http web

Last synced: 25 Feb 2026

https://github.com/denismitr/net-call

Easy to use and mockable HTTP client

http http-client http-request

Last synced: 29 Jan 2026

https://github.com/cpageler93/consulswift

Consul Client for Swift

client consul http swift

Last synced: 21 Oct 2025

https://github.com/rekalogika/temporary-url-bundle

Symfony bundle for creating temporary URLs to your resources. You provide the resource in a plain PHP object, and a service to turn it into a HTTP response. The framework handles the rest.

http php response symfony symfony-bundle temporary-url temporary-urls

Last synced: 03 Aug 2025