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/alvarovelascoprieto/scraperegela

Este script gestiona las peticiones HTTP (cookies, tokens, redirecciones...) necesarias para iniciar sesión en egela (moodle) y descarga todo los PDFs de la asignatura. Además, introduce todas las tareas disponibles junto con su fecha de entrega en un documeto csv.

beautifulsoup http requests scraping

Last synced: 08 Apr 2025

https://github.com/alexisrodriguezcs/http-1.1-client

A simple HTTP 1.1 Client that implements the GET method and includes the basics of the HTTP/1.1. The program implements a function that takes a URL and returns the body bytes by parsing, checking for the response of the server, and making a GET request. (Python)

http python

Last synced: 11 Jun 2025

https://github.com/maku85/orvaxis

Policy-driven execution runtime for Node.js. Structured request lifecycle with declarative policies, hooks, middleware, and built-in tracing. Framework-agnostic — works with Express, Fastify, or any custom adapter.

backend express fastify framework-agnostic hooks http middleware nodejs observability plugins policy request-lifecycle runtime tracing typescript

Last synced: 29 May 2026

https://github.com/hajjsalad/esp32-iot-control-and-monitor-system

IoT system on ESP32 using FreeRTOS for real-time sensor monitoring and control. Sends data to AWS IoT Core via MQTT over HTTPS. In the cloud, AWS IoT Core triggers AWS Lambda to process the data and store it in AWS Timestream for analytics and historical insights.

aws aws-iot http oop

Last synced: 25 Mar 2025

https://github.com/imarsman/basicauth

A sample implementation of basic authentication handling with the capability of adding JWT token handling. Includes a pluggable design to allow flexible choices for session handling. Tests give examples of how to use various aspects of the package.

basic-authentication http jwt-authentication session-management

Last synced: 14 May 2025

https://github.com/vitorsv1/go-proxy

Acts as a middleman between the client and the internet, logging HTTP requests

go http proxy requests

Last synced: 25 Mar 2025

https://github.com/fboucher/caption-this

Examples in C#, Python, and HTTP for using the Reka Vision API to caption images and videos.

ai captioning-images csharp demo dotnet http python sample vision vscode

Last synced: 16 Jun 2026

https://github.com/foxcapades/lib-k-multipart

Kotlin MultiPart BodyPublisher for the JDK HttpClient API.

http httpclient jdk11 kotlin multipart multipart-formdata multipart-uploads

Last synced: 06 Apr 2025

https://github.com/makepad-fr/gam

An analytics middleware for Go web servers

analytics go http library middleware

Last synced: 25 Oct 2025

https://github.com/pdmlab/express-correlationid-sample

Shows the usage of express-correlation-id package with express controllers and their dependencies

expressjs http httpserver microservices nodejs

Last synced: 12 Apr 2026

https://github.com/sgaunet/ratelimiter

Utility to put in front of a webservice to handle a ratelimit

http ratelimit

Last synced: 30 Mar 2025

https://github.com/marcusbello/email-queue-service

Email Queue HTTP Service with an in-memory queue worker which handles the queue based on given configuration.

go http limiter queue rate redis s tests

Last synced: 01 Jun 2026

https://github.com/nathan-osman/divert

Simple Go app for redirecting traffic from one domain to another

golang http

Last synced: 15 Mar 2026

https://github.com/harryy2510/rehttp

Highly customizable http client library for react

ajax hook http react rest

Last synced: 21 Sep 2025

https://github.com/victor141516/vosk-http-api

I took Vosk and wrapped it in a HTTP API

api http vosk vosk-api

Last synced: 24 Mar 2025

https://github.com/zbejas/tinger

Ping URLs and save them in a file.

dart http udp url

Last synced: 24 Mar 2025

https://github.com/micro-php/http-router-code

Micro Framework: Http route locator from other plugins by plugin interface.

framework-php http microphp php php82

Last synced: 01 Mar 2026

https://github.com/rightek/rightek.httpclient

Simple wrapper around `System.Net.Http.HttpClient`

fluent http http-client httpclient net5 net6 netstandard21 request rest-client

Last synced: 25 Oct 2025

https://github.com/freepik-company/doorkeeper

A tiny HTTP server to be used as external authentication service for Envoy

envoy external-authorization golang http

Last synced: 12 Apr 2026

https://github.com/willdev12/gs-httpget

A very simple method for running code from an external url in Google Script

google google-cloud google-script gs http httpget library urlfetchapp

Last synced: 25 Sep 2025

https://github.com/psodox/base-http-application

Pure HTTP Application following PSR-7 and PSR-11. Based on https://github.com/psodox/base-http-application-architecture.

http php

Last synced: 20 Jan 2026

https://github.com/melardev/reactreduxasynccrud

React + Redux app showing how to perform Asynchronous HTTP CRUD

api crud full-stack fullstack http javascript node node-js nodejs npm react react-redux redux rest

Last synced: 12 Apr 2026

https://github.com/fatiq123/ktor-http

This repository includes different projects of Ktor Client for HTTP.

http kotlin ktor-auth ktor-client ktor-jwt ktor-server

Last synced: 11 Jul 2025

https://github.com/gamitej/basic-chat-app

A basic chat app for understanding the basics of web-sockets

express http nodejs reactjs socket-io websocket

Last synced: 12 Apr 2026

https://github.com/codekeyz/gh-fleet-angular

Admin Panel for GH-Fleet Vehicle Management Service using Angular 7

admin backend firebase-auth firebase-storage http nodejs

Last synced: 15 Nov 2025

https://github.com/jerbob/loreto.net

An Application, written completely in Visual Basic, for managing your Loreto Student information.

dotnet http visual-basic webscraping

Last synced: 26 Oct 2025

https://github.com/jkrhb/eclipse_thingweb_app

Web of Things Flutter app based on Eclipse Thingweb dart_wot

coap dart flutter http mqtt web-of-things wot

Last synced: 16 Apr 2026

https://github.com/jtyr/container_test

Testing container

container docker golang http testing

Last synced: 19 Apr 2026

https://github.com/melardev/reactcrudasync

Rest full stack application built with React showing how to make HTTP CRUD

api async components crud http react rest

Last synced: 11 Apr 2026

https://github.com/aaronland/go-http-ping

There are many Golang "ping" handlers. This one is mine.

golang http

Last synced: 17 Jun 2026

https://github.com/romelium/very-simple-http-server-asio

This is a very simple and minimal HTTP server using the Asio library in C++. The code is only 28 lines long. This is meant to showcase how minimal you can make an HTTP server at a near barebone level while being cross-platform.

asio basic cmake cplusplus cpp html http http-server minimal simple vcpkg very-basic very-simple

Last synced: 20 May 2026

https://github.com/dlampsi/gsrv

Wrapper for starting and maintaining HTTP and gRPC server

go golang golang-library grpc-go grpc-server http http-server

Last synced: 30 Mar 2025

https://github.com/thepatrik/hellohttp

A simple barebone HTTP server implementation in golang.

api go golang http

Last synced: 16 Jan 2026

https://github.com/pitazzo/usj-http-project

Group project statement for Networks & Communications 2 (USJ)

http

Last synced: 10 Mar 2026

https://github.com/bogyie/httpclient

Http client for java

client http java

Last synced: 15 Apr 2026

https://github.com/thisissoon/gokit

A set of common packages for building applications in Go at SOON_

config go grpc http psql pubsub

Last synced: 26 Feb 2026

https://github.com/janloebel/mailthat

MailThat is a kind of proxy/service to forward mails from HTTP-Requests or received via SMTP.

http mail proxy rest smtp

Last synced: 11 Apr 2026

https://github.com/stiction/http

An easy to use HTTP / HTTPS / REST client

curl http https json php rest swoole

Last synced: 18 Jan 2026

https://github.com/rurangiza/adars

Building an HTTP server to understand how it works.

http server tcp-ip

Last synced: 18 Mar 2025

https://github.com/rubyonworld/ruby-client

The Namely gem wraps the Namely HTTP API, allowing you to manipulate your account through Ruby.

api gem http ruby

Last synced: 10 Jul 2025

https://github.com/ovojs/anykv

The monrepo for AnyKV - a service layer abstracting away different databases.

abstraction-layer anydb bun http mysql polymorphism postgres redis sqlite surrealdb

Last synced: 22 Feb 2026

https://github.com/seriousben/http-parser

HTTP Parser using parser combinators

golang http http-parser parser-combinators

Last synced: 04 Jul 2026

https://github.com/r3li4nt/http-tester

Programa para comprobar la seguridad de servidores web mediante ataques DoS.

ddos dos hacking http pentest-tool python

Last synced: 18 Apr 2025

https://github.com/ishangavidusha/httpserver

A lightweight, feature-rich HTTP server implementation for MicroPython environments. This server supports basic HTTP methods, CORS and more.

http http-server micropython micropython-esp32 micropython-esp8266 python sse

Last synced: 24 Jan 2026

https://github.com/dinkohristov/javascipt_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: 24 Mar 2025

https://github.com/joelteogom/my-http-server

MyHTTPServer is a custom-built HTTP server written in Go, created as a learning project to understand how HTTP works under the hood. The goal of this project is to explore the core functionality of HTTP servers, such as handling requests, managing routes, and building responses manually, without relying on high-level frameworks.

golang http http-server http-server-handler http-server-middleware

Last synced: 24 Mar 2025

https://github.com/mjethani/zero

A simple man-in-the-middle (MitM) HTTP(S) proxy server… and more in the works

http https mitm proxy

Last synced: 24 Feb 2026

https://github.com/keithduncan/http_server

Hello, World! CoreNetworking HTTP Server example.

core-networking http objective-c server

Last synced: 15 Mar 2025

https://github.com/wwcd/httpcli

A simple HTTP client for go.

go http httpcli

Last synced: 14 Jun 2025

https://github.com/johejo/cachehandler

Package cachehandler provides net/http middleware that caches HTTP responses.

cache caching go golang handler http middleware

Last synced: 02 Sep 2025

https://github.com/rmuchall/http-status-ts

HTTP status codes for TypeScript.

codes http status typescript

Last synced: 23 Mar 2025

https://github.com/kruceo/unicache

A experimental http (in memory) caching service that sits between the client and the main service

cache http server service

Last synced: 18 Jun 2026

https://github.com/oleksandr-romashko/goit-advancedjs-hw-03

Homework for Javascript HTTP requests

api http javascript

Last synced: 22 May 2026

https://github.com/codyjdalton/default-response

Default response body module for use in web services

http http-response http-server response-code rest status status-code

Last synced: 23 Jul 2025

https://github.com/maksym-nazarenko/nextshop-item-watcher

A simple Next online shop item watcher and notifier

go http mongodb telegram

Last synced: 22 Apr 2026

https://github.com/rryter/conditional-forward-proxy

Conditionally Forward Requests

conditional http https proxy

Last synced: 07 Apr 2025

https://github.com/alexmerren/httpcache

A HTTP RoundTripper with a local SQLite cache

caching go http roundtripper

Last synced: 29 Jan 2026

https://github.com/devrgd/server-response-helper

Elegant Express middleware for consistent JSON API responses with .response(), TypeScript support, and zero dependencies.

api express helper http json middleware nodejs npm-package response rest server typescript

Last synced: 16 Mar 2026

https://github.com/halimath/httputils

Utilities for implementing http services in Go

auth go golang http middleware

Last synced: 15 Mar 2025

https://github.com/dubniczky/httparser

Simple HTTP request and response parser, written in pure javascript with zero dependencies

http javascript no-dependencies pure-javascript request response

Last synced: 23 Mar 2025

https://github.com/codepr/rlb

Rough-and-ready lightweight load-balancer in Rust.

http load-balancer reverse-proxy rust

Last synced: 29 Jan 2026

https://github.com/tmsmr/context

Minimal HTTP service that dumps the request context as JSON response

debug http proxy service

Last synced: 15 Mar 2025

https://github.com/lindar-open/well-rested-client

A very well RESTed client

http http-client java java-8

Last synced: 18 Jun 2026

https://github.com/alamin-karno/university_info

A flutter application to find all university in any country using HTTP and provider.

api country dart flutter http provider university

Last synced: 29 Jan 2026

https://github.com/soenneker/soenneker.nuget.client

An async thread-safe HTTP client for the NuGet API

client csharp dotnet http httpclient management nuget nugetclient packages util

Last synced: 07 Jun 2026

https://github.com/jbadeau/gaugekit

A collection of modules to make writing acceptance tests with gauge easier.

bdd beam gauge http screenplay-pattern selenium spark sql testing

Last synced: 15 Apr 2026

https://github.com/titobouzout/server

Press F12 on any Windows Explorer folder to fire a node server. autohotkey + batch + node

ahk autohotkey http node server

Last synced: 30 Jan 2026

https://github.com/followtheprocess/zap

A command line .http file toolkit

api cli go http http-file http-requests rest-api testing

Last synced: 02 Sep 2025

https://github.com/dvvcz/minhttp

A minimal, asynchronous http server supporting TLS in Rust.

http minimal rust rustls simple smol tls

Last synced: 18 Jun 2025

https://github.com/moneymaker811/scriptware-executer

Roblox Scriptware Executor. Transforming Ideas into Reality. At Script-Ware, we develop software experiences that push the boundaries of what's typical.

backup borgbackup delayless exploit fe fluxus hack http krnl lua netbypass netless reanimate rest-api

Last synced: 30 Mar 2025

https://github.com/karpeleslab/smartremote

Not a TV remote.

golang http

Last synced: 01 Jul 2025

https://github.com/montybechir/proxy_server_err_generator

Proxy server that sits between your browser and other web servers. It takes GET requests from your browser, creates a connection with the requested server, and retrieves the payload. However, this server intentionally inserts random errors into the payload before rendering it to the browser as a prank

get http http-protocol post proxy-server server serverclient

Last synced: 21 Apr 2026

https://github.com/dicrtarasov/yii2-http

Инструменты HTTP для Yii2

cache cookie dicr html http php proxy yii2 yii2-http

Last synced: 18 May 2026

https://github.com/quasoft/oidcauth

Package oidcauth is an authentication middleware for web applications and HTTP APIs which uses an external OpenID Connect identity provider (IdP) for user storage and authentication.

authentication authorization go golang http middleware openid-connect

Last synced: 30 Jan 2026

https://github.com/brianlesko/http-camera-server-python

Server and client code for broadcasting and receiving an HTTP camera stream. The HTTP stream is also accessible from a web browser. Tested on a LAN network and Is very low latency.

camera http networking python server socket stream webcam website

Last synced: 16 May 2025

https://github.com/cenixeriadev/broadcastserver

A roadmap.sh CLI project to understand websocket and real-time user-server communication.

cli goland http networking websocket

Last synced: 31 Jan 2026

https://github.com/php-fast-forward/http

This package serves as an aggregate metapackage, bundling all http components of the Fast Forward ecosystem for easier installation and management.

http http-client http-factory http-message php php-library psr-15 psr-17 psr-7

Last synced: 31 Jan 2026

https://github.com/noris-network/jsoner

MediaWiki extension to embed external JSON data (i.e. from a REST API) into an article.

http json mediawiki mediawiki-extension

Last synced: 05 Jan 2026

https://github.com/vikyd/proxy_awesome

Proxy settings of most used software and program languages

company http https intranet proxy

Last synced: 31 Jan 2026

https://github.com/lumigu/http-mux

High performance HTTP multiplexer and request router.

http multiplexer mux request router

Last synced: 05 Jan 2026

https://github.com/xan105/node-request

HTTP request library based around Node.js' HTTP(S) API interfaces

client download http https json nodejs progress promise request torrent url xml

Last synced: 06 May 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/paologaleotti/gleamkit

Experimental starter for Gleam web services

api backend gleam http starter template

Last synced: 04 Jan 2026