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/projectbarks/fancyprox

A in-browser proxy designed to bypass firewalls. It also supports larger caching enabling sites that have been loaded once to have a faster response time. This is all built to run on google appspot

appspot browser http proxy

Last synced: 01 Sep 2025

https://github.com/h471x/web_application_basics

Web Application Basics Online Book retrieved from TryHackMe

http mdbook tryhackme web-application

Last synced: 06 Apr 2025

https://github.com/andreapavoni/httpavonz

A simple service for generating different HTTP codes.

http rust webapp

Last synced: 06 Apr 2025

https://github.com/maximilianmairinger/ajaon

Asynchron js and json. A tiny, fetch based http client for the web.

async client fetch http json tiny web

Last synced: 20 May 2026

https://github.com/c0m4r/rq

rust http query

http reqwest rq rust

Last synced: 24 Mar 2025

https://github.com/kopexa-grc/common

Common Go library for scalable, secure, and type-safe backend development. Includes utilities for authorization (OpenFGA), database testing, HTTP helpers, error handling, and more.

authorization backend entgo error-handling go golang http kopexa library middleware openfga security testutils utilities

Last synced: 18 Apr 2026

https://github.com/danpeled/tba-api

A language API for The Blue Alliance v3 Read API

http tba tba-api

Last synced: 13 Jun 2025

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

An async thread-safe singleton HubSpot HTTP client

client cms crm csharp dotnet http httpclient hubspot hubspotclientutil openapi

Last synced: 13 May 2026

https://github.com/tobidi0410/kysely-sqlite-http

An Kysely dialect for querying data from statically hosted sqlite databases

database dialect gh-pages http kysely sqlite static-site vfs

Last synced: 27 Jan 2026

https://github.com/ftl/localcopy

A Go library to manage a local copy of an online resource.

http utility

Last synced: 14 Jul 2025

https://github.com/prosumma/httpfluent

A fluent interface over REST written in Swift

http rest rest-client swift

Last synced: 24 Mar 2025

https://github.com/maxbolgarin/cliex

Easy-to-use HTTP client with Circuit Breaker

api go golang http rest rest-api resty

Last synced: 02 Jul 2025

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/ik5/httpmultipart

Go client that sends HTTP with multipart content

golang http http-client multipart multipart-uploads

Last synced: 11 Apr 2026

https://github.com/guilhermelange/golang-websitemonitor

Website monitor developed in GoLang

golang google http https monitoring monitoring-tool

Last synced: 19 Apr 2026

https://github.com/un-def/httoolsp

A collection of HTTP-related pure Lua helper functions

batteries formdata helper-functions helpers helpers-library http http-headers lua

Last synced: 24 Mar 2025

https://github.com/paologaleotti/gleamkit

Experimental starter for Gleam web services

api backend gleam http starter template

Last synced: 04 Jan 2026

https://github.com/gcsboss/cronenberg

A crontab-like service for triggering HTTP Endpoints in a timely manner.

api cron crontab endpoint http job timer trigger webhook

Last synced: 19 Jun 2025

https://github.com/jollytoad/deno_http_proxy_fns

Functions to help build a HTTP proxy in Deno

deno functions http http-server proxy typescript

Last synced: 19 May 2026

https://github.com/nicledomas/binarymapper

Remote calls different binary executable files

http rest-api rpc

Last synced: 31 Aug 2025

https://github.com/statico/zerodep-node-http-server

Zero-dependency TypeScript HTTP server built on node:http with Hono-compatible API

hono-compatible http middleware no-dependencies nodejs server typescript zero-dependency

Last synced: 28 May 2026

https://github.com/edenreich/http-component

An easy to use native component for interacting with the http layer written in C++

cmake cpp cpp-component cpp17 http http-client http-server request-handler response-parsing unix-socket winsock2

Last synced: 06 Mar 2025

https://github.com/kevindanne/rusthttpredirector

A simple HTTP request redirector written in rust

http http-proxy http-redirect rust

Last synced: 28 May 2026

https://github.com/instazdll/drupal-installer

A script that automatically install Drupal 10.2.3 with apache2 HTTP

apache2 debian drupal drupal-10 http http-server

Last synced: 13 Nov 2025

https://github.com/maxirosson/jdroid-java-http

Http Library for Java & Android Apps

http java okhttp

Last synced: 15 Mar 2026

https://github.com/yourluckyday22/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: 19 Aug 2025

https://github.com/i-core/routegroup

A modular approach to organizing HTTP handlers.

golang http router

Last synced: 11 Feb 2026

https://github.com/rancorm/castor

mitmproxy add-on that captures JSON schemas

http json json-schema mitmproxy

Last synced: 18 Jan 2026

https://github.com/profburke/webserving-made-easy

A list of various ways to easily serve files via HTTP.

development-tool development-tools fileserver http

Last synced: 13 Apr 2026

https://github.com/bukowa/http-headers

(playground repo for testing and learning) very simple http server for debugging - print your http headers - written golang, built in docker packaged into helm chart

chart docker go golang headers helm helmchart http kubernetes

Last synced: 28 Feb 2026

https://github.com/soenneker/soenneker.utils.usercontext

A utility library for retrieving various user information from the request context

context csharp dotnet http user

Last synced: 09 Jun 2026

https://github.com/scootpl/restreq

RestReq is a wrapper around standard Go net/http client. In a simple call you can use json encoding, add headers and parse result. This should be sufficient in most use cases.

go golang http http-client microservices middleware rest-api

Last synced: 06 Apr 2025

https://github.com/andezion/filesynchronizationservice

Custom client–server service for file synchronization and archiving with IP discovery, directory replication, and a JSON-based communication protocol.

filesystem http ip rust socket tcp udp

Last synced: 15 Sep 2025

https://github.com/robertianclarkson/http-web-server

This project uses Java paired with OOP to create a low-level HTTP web server. The goal of this project was to better understand how the HTTP works as well as it's limitations in both response time and security.

http http-server java networking

Last synced: 15 May 2025

https://github.com/moondrop/helica

✨ A blazing fast micro web framework made for rapid development of RESTful APIs

api crud fast http nodejs oop rest rest-api routing server webserver

Last synced: 31 Mar 2025

https://github.com/imrandil/learning_http_streaming

leaning http stream implementations using express and react

expressjs http http-streaming react reactjs

Last synced: 10 Apr 2026

https://github.com/simpsonresearch/stem_club_week5

Learn Python HTTP Requests, Threading, and Async in Week 5 of STEM Club

delete get http post put python requests

Last synced: 31 Aug 2025

https://github.com/robert-wallis/http-echo

Simple HTTP server that just echos everything to the console. For debugging POST requests.

golang http http-server testing-tools

Last synced: 18 Jan 2026

https://github.com/joeychilson/httputils

A library of helper functions for Go's net/http package.

go golang http utils

Last synced: 06 Jun 2026

https://github.com/codevendor/cannibal

An HTTP/2 web server written with 100% JavaScript for Nodejs. The web server can process html webpages with server side JavaScript. Has built in features for inlining JavaScript with html code. It has been built to support all HTTP/2 features like pushing and custom caching without cookies.

cannibal css html http http-server http2 javascript server web web-server webserver websites

Last synced: 09 May 2026

https://github.com/johejo/go-defaultcertifi

Automatic certificate bundler for http.DefaultTransport.

certificate go golang http tls

Last synced: 03 Sep 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/do-/node-http-server-tools

Some wrappers around the standard node:http API

http node request response

Last synced: 05 Jan 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/celeri-server/router

Router for celeri that uses a middleware pipeline for each route

celeri http nodejs router server

Last synced: 19 May 2026

https://github.com/gistrec/http-server

Реализация веб-сервера на c++

http socket webserver

Last synced: 19 Jul 2025

https://github.com/thewraven/cache

A boring, dead simple http proxy.

go http http-mocking http-proxy

Last synced: 12 Jan 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/code-raushan/basic-servlet-app

Java Servlets application.

backend html http java server servlet

Last synced: 02 Apr 2025

https://github.com/mrcaidev/http-errors

Utility classes for HTTP errors.

error http typescript utility vite

Last synced: 22 Mar 2025

https://github.com/abdulsamie10/http-server-c

This repository contains the code of HTTP, which accepts requests and response based on the requests.

c c-language c-programming edit get http http-server post programming read server ubuntu write

Last synced: 01 Aug 2025

https://github.com/arcbjorn/go-microservices-jwt-authentication

JWT authentication between Go services through HTTP

authentication go http jwt

Last synced: 14 Mar 2025

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/willpower3309/kindling

Kindling is a Tinder bot that handles the hassle of swiping right and messaging a sweet first pickup line for you

api automation bot http https python swipe tinder

Last synced: 02 Jul 2025

https://github.com/bziemons/prometheus_http_status_exporter

Creates a metrics endpoint to record HTTP(S) response times

async http https metrics monitoring network prometheus prometheus-exporter python3

Last synced: 08 Aug 2025

https://github.com/anzerr/form.pipe

Parse stream of multipart into sub streams per part

form fs http multipart-formdata stream util

Last synced: 26 Feb 2025

https://github.com/jtyr/container_test

Testing container

container docker golang http testing

Last synced: 19 Apr 2026

https://github.com/bziemons/dns-updater

Dynamic DNS in Python with a simple http.server and nsupdate

dyndns http http-get nsupdate python web

Last synced: 08 Aug 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/apenfe/gectrix

Gestión del combate en tiempo real

api-rest http laravel mqtt mysql

Last synced: 08 May 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/ayushs2k1/log-ingestor-and-query-interface-go

Heavy-duty data ingestor service for gRPC/REST based clients.

grpc http influxdb kafka kafka-connect proxy timberio vector zookeeper

Last synced: 03 Jan 2026

https://github.com/anzerr/http.ts

Simple http server in ts

decorators http nodejs ts typescript util

Last synced: 06 May 2026

https://github.com/mprpic/httpie-gssapi

GSSAPI authentication plug-in for HTTPie

gssapi http httpie kerberos plugin python

Last synced: 05 Jun 2026

https://github.com/alinangnaiba/anino

Lightweight .NET mock API server that serves JSON-defined endpoints and forwards unmatched requests to a live backend (YARP) for unified local API during frontend development and testing. Download the tool here https://www.nuget.org/packages/Anino.Tool

api-mocking cli devtools dotnet frontend-development http json mock-server reverse-proxy testing yarp

Last synced: 14 Jan 2026

https://github.com/rokf/wsxo

WebSocket Tic-Tac-Toe with lua-http and termfx

example http lua tic-tac-toe websocket

Last synced: 31 Aug 2025

https://github.com/povilasb/docker-squid

Docker recipe for Squid3 proxy server

docker http proxy

Last synced: 18 Mar 2025

https://github.com/testingrequired/reqlang-web-client

A web view client for reqlang

http http-client rest-client

Last synced: 05 Feb 2026

https://github.com/u-ways/logging-http-client

A logging library built on top of the requests library to provide a familiar interface for sending HTTP requests with observability features out-of-the-box.

client hacktoberfest http library logging observability python

Last synced: 24 Apr 2025

https://github.com/scootpl/sqlreq

SQLReq is a wrapper around standard Go net/http client. You can execute REST requests using SQL-like syntax.

go golang http http-client microservices middleware rest-api

Last synced: 30 Mar 2025

https://github.com/naimikan/gna

An other HTTP client

browser http http-client javascript

Last synced: 30 Mar 2025

https://github.com/vaibhavyadav-dev/golang-restapi

Standard Golang REST Server using Golang.

backend developement golang http restserver

Last synced: 05 Jun 2026

https://github.com/sgaunet/httping-go

HTTP ping utility written in Go - Test HTTP endpoints with response times, status codes, and content sizes

cli command-line-tool devops go golang http http-client monitoring networking ping

Last synced: 03 Sep 2025

https://github.com/md-aamroni/http

Simple definition about Hypertext Transfer Protocol and Secured Layer

how-http-work http http-status-code https

Last synced: 22 Nov 2025

https://github.com/jean0t/pyserver-http

http server made in python, supports multiple connection and dynamic routes

http http-server python python3 socket socket-programming

Last synced: 09 Apr 2025

https://github.com/sachin-duhan/socket-programming-using-c

Implementation of Socket programming using C/C++ programming and various Protocols like TCP, HTTP and TALNET etc.

c http http-client http-server socket-io socket-programming tcp-client tcp-server

Last synced: 18 Apr 2026

https://github.com/buglss/myidea_via_todoapp_with_nodejs

[EN]: It is the prototype of the web framework work in my mind. [TR]: Aklımdaki web framework çalışmasının prototipidir.

framework http nodejs prototype

Last synced: 29 Apr 2026

https://github.com/melardev/expressmongooseapicrud

NodeJs Rest application built with Mongoose and ExpressJs

api crud express http mongodb mongoose node node-js nodejs orm orm-framework rest

Last synced: 10 Apr 2026

https://github.com/janaz/in-process-request

Node.js library for calling http hander function

connectjs express expressjs http koa koa2 koajs mock request response test

Last synced: 18 Feb 2026

https://github.com/hubertroy/asrequests

An asynchronous requests. requests + asyncio.:star2:

async asyncio gevent http python requests

Last synced: 04 Apr 2025

https://github.com/joel-rodrigues404/requests-lib-python

Breve estudo sobre a biblioteca requests do python e sobre os verbos HTTP

api http https python requests-library-python

Last synced: 12 Nov 2025

https://github.com/cj667113/oracle_cloud_asterisk_demo

The goal of this project was to create three Asterisk servers that a client could register to via a public interface, while all the internal configurations and call routing could be handled inside the private virtual cloud network. Furthermore, adding automation to the SIP servers to add extensions based off a MySQL database of a list of users with extension numbers.

asterisk http http-server load-balancer mysql mysql-database mysql-server oracle oracle-cloud oracle-cloud-infrastructure python

Last synced: 20 May 2026

https://github.com/siddhant-vij/advanced-js-topics

This repository consists of the personal code practice for Udemy Course - Advanced JS Topics.

animations async-await authentication callback canvas-api database design-patterns http javascript promises prototype shopping-cart testing

Last synced: 11 Apr 2026

https://github.com/weezy20/server_v2

A toy project written to learn more about how HTTP web servers and TCP connections work. This repo is incomplete if you're reading this. Crate http provides two structs HttpRequest and HttpResponse which are used within code to handle requests.

http http-server

Last synced: 30 Mar 2025

https://github.com/aaronicsubstances/cskabomu

Networking library that seeks to extend the success story of HTTP to protocol stacks other than TCP/IP, by enabling endpoints within localhost to send quasi HTTP requests with IPC mechanisms.

http ipc monolith-architecture networking

Last synced: 24 Dec 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/indice-co/indice.swift.networking

Swift Library containing http related stuff as well as rest helpers and encoding helpers.

http networking swift

Last synced: 24 Mar 2025

https://github.com/ingresse/integration-ex

HTTP Integration Behaviour

backend elixir http integration

Last synced: 25 Mar 2025

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