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/desuuuu/go-spa

HTTP handler simplifying the process of serving static files for SPAs

go golang http spa static

Last synced: 26 Mar 2025

https://github.com/mbuesch/httun

Network traffic over HTTP tunnel - Written in Rust

http https ip network rust-lang tcp tun tunnel udp

Last synced: 12 Jul 2025

https://github.com/gofurry/reqrisk

Explainable risk assessment for HTTP request features in Go.

go golang http middleware net-http request-analysis risk-analysis

Last synced: 08 Apr 2026

https://github.com/jesielviana/guiaweb-book

Ebook de desenvolvimento web, do básico ao avançado. Teoria e prática.

css html http javascript server web

Last synced: 09 Nov 2025

https://github.com/nafidurmus/recent-earthquakes-in-turkey

Türkiye'de olan son 20 deprem hakkında bilgi veren mobil uygulama.

flutter flutter-demo flutter-examples http

Last synced: 24 Jun 2026

https://github.com/bbrks/httpico

🐳🌐 Think of it as Docker's own SimpleHTTPServer. Nothing more. Nothing less.

docker go golang http simplehttpserver web-server

Last synced: 29 Apr 2026

https://github.com/nicolas-sabbatini/url-oxidizer

This is the implementation of the secong exercise of the Gophercises course

gophercises http rocket rocket-rs rust rust-lang sqlite sqlite3 url-shortener

Last synced: 18 Jan 2026

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/naseridev/cork

Lightweight, powerful HTTP/HTTPS traffic analysis tool for network monitoring

analysis http https rust sniffing

Last synced: 07 Aug 2025

https://github.com/serviejs/servie-finalhandler

Servie final HTTP responder

404 finalhandler http response servie

Last synced: 09 Nov 2025

https://github.com/tpeterw/terrigenesis

Secure end-to-end encrypted file server

go golang http http-client http-server server

Last synced: 13 Jun 2026

https://github.com/kbrashears5/net-standard-http-helper

Collection of helper functions for interacting with HTTP calls

delete get helper http mock patch post put rest test

Last synced: 22 Jun 2025

https://github.com/cjp2600/php-glow

Simple http request linker for roadrunner service.

http php roadrunner

Last synced: 06 Jul 2025

https://github.com/matttproud/contextualizing-contexts

Demonstrate and explain vagaries of Go's context API.

go grpc grpc-go http

Last synced: 07 Feb 2026

https://github.com/si-hyeak-kang/web-basic-

웹 개발에 앞서 기본적인 것

http rest uri web

Last synced: 19 Feb 2026

https://github.com/mukulmantosh/go-basic

HTTP Handling with Go

golang http

Last synced: 02 Apr 2025

https://github.com/robrwo/catalyst-traitfor-request-methods-

Add enumerated methods for HTTP requests

catalyst http perl

Last synced: 06 Jul 2025

https://github.com/sarthakmishraa/sm-chat-app

This web app is a real-time chat platform using React.js (TypeScript) and Tailwind CSS for a responsive design. Firebase handles user authentication, while Express.js and Socket.io enable real-time messaging. The frontend is deployed on Netlify and the backend on Render for seamless operation.

express http http-server netlify netlify-deployment reactjs render renderdeploy socket-io tailwindcss typescript typescript-react websocket

Last synced: 27 May 2026

https://github.com/recuencojones/httpr-provider-xhr

Provider for browser requests with XHR in httpr.

http httpr httpr-provider typescript

Last synced: 03 May 2026

https://github.com/bohdaq/http-to-https-letsencrypt

HTTP server with default redirect to HTTPS and support for Let'sEncrypt Automatic Certificate Management Environment using HTTP-01 challenge

http https letsencrypt redirect

Last synced: 25 Jan 2026

https://github.com/rnelson/libexec.aspnetcore.environmentheaders

ASP.NET Core middleware for adding environment information to response headers

aspnet aspnetcore http

Last synced: 12 May 2025

https://github.com/clojusc/clj-blogger

A Clojure library for the Google Blogger REST API

api blogger clojure google http rest

Last synced: 06 Jul 2025

https://github.com/jandev/azurefunctions-httpbinding

A clean HTTP binding solution for Azure Functions

azure azure-functions http serverless

Last synced: 03 Aug 2025

https://github.com/kuzhalikumaraguru/nodeday1

File system - Create files with current date and time and retrieve all the text files by creating API endpoint

express filesystem http nodejs readfilesync server writefilesync

Last synced: 09 Apr 2026

https://github.com/adnaan/statsdwrap

A http handler wrapper for statsd

http middleware statsd

Last synced: 02 Mar 2025

https://github.com/mohammedgqudah/rust-http-server

A toy HTTP implementation

http http-server rust

Last synced: 01 Feb 2026

https://github.com/gallofeliz/iperf3-service

Iperf3 service with nodes callable by http API (for example telegraf)

http iperf3 service telegraf

Last synced: 02 Aug 2025

https://github.com/yaroslaff/selfping

HTTP ping to your site. Measure network quaility between your site and customers when customers can not run ping.

browser fetch http javascript js latency network performance ping rtt self selfping site speed speedtest website

Last synced: 10 Dec 2025

https://github.com/scx-projects/scx-http-x

✨ SCX HTTP X

http scx

Last synced: 06 Mar 2026

https://github.com/imdabigboss/dragonweb

Experimental webserver

http java webserver

Last synced: 03 Jul 2025

https://github.com/dabigblob/libsql-web-api-http-stateless-client

extremely thin and effecient libSQL stateless http driver for TypeScript and JavaScript running on Web API

cloudflare-pages cloudflare-workers database http https lambda-functions libsql netlify serverless sqlite versel webapi

Last synced: 12 Apr 2026

https://github.com/itsshamed/hypixel-player-tracker

This simple Python Script, will allow you to get notifications for a player when he connects to the Hypixel Network (Minecraft: Java Edition Server) and do things on it.

http hypixel hypixel-api minecraft python-3

Last synced: 17 Mar 2025

https://github.com/ghifari160/zei

Go HTTP Client library built atop the standard library's net/http.Client.

golang golang-library http http-client

Last synced: 03 Aug 2025

https://github.com/joseph-ogutu/ai-capstone-project

A beginner-friendly Go web development project showcasing fundamental HTTP server implementation using Go's net/http package. This project demonstrates how to build simple yet robust web services with clean, idiomatic Go code.

backend beginner go golang http tutorial webserver

Last synced: 03 Jan 2026

https://github.com/deb-ict/go-router

A secure HTTP router for go web applications

authentication authorization go http middleware mux router

Last synced: 26 May 2026

https://github.com/drguildo/httpc

A simple command-line HTTP client.

command-line html http

Last synced: 26 Sep 2025

https://github.com/quinta0/httpserver

A very basic HTTP server made in Go

go golang http http-server

Last synced: 02 Aug 2025

https://github.com/hakankokcu/orangemiumfoldershare

Orangemium Folder Share is a Node.JS based server that lets you share and modify folder over http

file-sharing foldershare http http-server nodejs server

Last synced: 02 Aug 2025

https://github.com/tdryer/darkhttpd-rs

Rust port of darkhttpd, a simple and fast web server for static content

http rust server web

Last synced: 26 Mar 2025

https://github.com/ldebruijn/holla-liveness-check

A Golang tool for checking liveliness of HTTP reachable targets.

golang http liveliness

Last synced: 02 Aug 2025

https://github.com/bloq/memproxyjs

microservice wrapper for memcached

http memcached memcached-client microservice rest-api

Last synced: 08 Sep 2025

https://github.com/adrian-lin-1-0-0/gobalancer

A simple load balancer written in GO

golang http load-balancer proxy tcp

Last synced: 24 Oct 2025

https://github.com/joedeveloper55/httpglue

extremely minimal python http application framework for rest api microservices, supports wsgi or asgi

framework http python3 wsgi

Last synced: 01 Aug 2025

https://github.com/ovh-ux/ng-ovh-http

[DEPRECATED] — Simple HTTP provider for OVH API

angularjs component http rollup

Last synced: 12 Dec 2025

https://github.com/zbo14/forward-proxying

Presentation on forward proxies.

forward-proxy http https socks-proxy

Last synced: 01 Aug 2025

https://github.com/artarts36/go-http-metrics

Go HTTP Metrics

go http metrics prometheus

Last synced: 24 Sep 2025

https://github.com/iyear/connectproxy

Package connectproxy implements a proxy.Dialer which uses HTTP(s) CONNECT requests.

golang-proxy http http-proxy proxy

Last synced: 14 Jan 2026

https://github.com/fajarnugraha37/node-forwarder

[WIP] Node Forwarder A simple, Request forwarder built with Node.js. It includes features like caching, rate limiting, blacklisting, whitelisting, etc.

forward-proxy forwarder http https node nodejs typescript

Last synced: 13 Apr 2026

https://github.com/lardevpro/apirestful-nodejs-express

Proceso de creación de una API RESTful con buenas prácticas para gestionar una base de datos postgresSQL

api-rest css endpoint fs get html http https importjs insert javasceript jwt modulejs mongodb mysql nodejs process put query

Last synced: 09 Apr 2026

https://github.com/alkaifaftab000/tasty_tales--andriod-

🍲 Discover delicious recipes and step-by-step guides to culinary perfection! 🍴✨ Dive into a world of flavors and make every meal a masterpiece! 🌟

avatar cached-network-images card clean-code flutter-android flutter-ui font-awesome gif-animation http listview receipe-app responsive rest-api shaders url-launcher

Last synced: 06 Oct 2025

https://github.com/mr-ndi/ai-experts-assignment

Minimal Python HTTP client with OAuth2 token refresh, reproducible tests, and Dockerized CI-ready setup

http pytest python3 venv

Last synced: 31 May 2026

https://github.com/cheesytech/go-gateway

Services: Test API Gateway for other services

api-gateway api-rest golang grpc http

Last synced: 18 Apr 2026

https://github.com/ryandotsmith/jh

json http handler for go

go http json

Last synced: 01 Aug 2025

https://github.com/syed007hassan/weatherapi

A website that fetches the weather data after the user has put the desired city.

body-parser expressjs http json nodejs npm-package weather-api

Last synced: 09 Apr 2026

https://github.com/simplegear/kernel

A production-ready toolkit for Go services: a cohesive app runtime with prioritized graceful shutdown, Redis-based leader election, a periodic job scheduler, and a readiness barrier. Includes HTTP/chi and gRPC servers, pgx-powered Postgres and ClickHouse wrappers, and structured logging via zap.

application-framework concurrency distributed-lock go golang graceful-shutdown grpc http job-scheduler leader-election library microservices observability readiness redis resilience scheduler service-runtime toolkit

Last synced: 29 Apr 2026

https://github.com/sazzadhossainmilon/got-scraping-client

got-scraping-client is a lightweight and efficient tool for web scraping tasks using the popular Got HTTP client. It simplifies data extraction from web pages by providing a straightforward API and built-in support for handling common challenges like pagination and rate limiting.

client got http javascript nodejs scraping scrapy typescript web xcrap

Last synced: 31 Jul 2025

https://github.com/laisky/go-httpguard

simple http proxy with JWT

golang http

Last synced: 05 Feb 2026

https://github.com/dundunlibs/httplog

HTTP logger for Golang's net/http

go http logger

Last synced: 23 Sep 2025

https://github.com/jesusgraterol/fetch-request-browser

The fetch-request-browser package makes working with external APIs simple and efficient. This intuitive wrapper leverages the power of the Fetch API, providing a clean and concise interface for your API interactions.

fetch fetch-api http https request utilities utils

Last synced: 31 Jul 2025

https://github.com/gearnode/erl-mhttp

An Erlang HTTP 1.1 implementation.

http http-client http-server

Last synced: 07 Oct 2025

https://github.com/irradia/one.irradia.http

Tiny HTTP interface

android http kotlin

Last synced: 04 May 2026

https://github.com/d6o/itibasicauth

Basic Auth Matcher to Itinerary Router

go golang golang-library golang-package golang-router golang-tools http mux router

Last synced: 07 Oct 2025

https://github.com/connorwiseman/nicer-server

A nicer HTTP(S) server.

http https nodejs server

Last synced: 04 May 2026

https://github.com/fmiras/webbed

A fast, reliable Rust-based CLI for serving static files over HTTP

cli command http http-server hyper rust static-file-server web-server

Last synced: 30 Jul 2025

https://github.com/ifnotnil/httpx

golang http compress, log and utils

go golang http utils

Last synced: 14 Jan 2026

https://github.com/mdminhazulhaque/banglalionwimaxapi

:satellite: Banglalion WiMAX API to get Account Information

alepo api banglalion beautifulsoup http json wimax xml

Last synced: 22 Sep 2025

https://github.com/uzairrehan/learn-node-js

Node.js is an open-source, cross-platform runtime for building fast, scalable server-side applications with an event-driven architecture, non-blocking I/O, a single-threaded event loop, real-time capabilities, and access to NPM's vast ecosystem

crypto events express fs http middleware nodejs nodemon os path

Last synced: 01 May 2026

https://github.com/palmtreephp/http

:palm_tree: HTTP Component for Palmtree PHP

composer-package http php

Last synced: 30 Jul 2025

https://github.com/zbo14/web-tree-crawler

A web crawler that builds a tree of URLs.

http https tree url web-crawler

Last synced: 13 Sep 2025

https://github.com/johntalton/http-util

Set of HTTP helper Utilities

http http2 stream

Last synced: 01 Mar 2026

https://github.com/m4rc3l05/sss

Simple low overhead http lib for node bun & deno

bun deno expressjs http koa koajs node nodejs oak

Last synced: 08 Oct 2025

https://github.com/r-koubou/excel2csdictionary

Generating from spread sheet to C# Dictionary style source code

cs csharp http

Last synced: 31 Dec 2025

https://github.com/hooliooo/astral

An HTTP networking library that emphasizes ease of use and ergonomics. Based on Rust's reqwest library

http ios networking swift

Last synced: 09 Mar 2026

https://github.com/tiaanduplessis/puny-req

📡 Lightweight promise based HTTP(S) request library

http https puny request

Last synced: 08 Oct 2025

https://github.com/yookoala/mockhttp

A minimalistic Go library to mock http transport. Neat tool for testings with mock network.

golang http mock-network testing

Last synced: 01 Jul 2026

https://github.com/ralvarezdev/go-net

net/http helper functions for Golang projects

go go-http go-json go-lib go-library go-net go-package golang http net

Last synced: 30 Jul 2025

https://github.com/j-sephb-lt-n/flask-202-flow

Illustration of a Flask endpoint which continues to run code after a 202 response is sent to the client.

accepted flask http python rest-api

Last synced: 12 Apr 2026

https://github.com/ljtill/wasi-http-info

[WIP] Lightweight WASI HTTP server

http wasi

Last synced: 18 Jan 2026

https://github.com/aanciaes/smart-grow-api

Web API for the Mobile and Ubiquitous Computing course

api go golang http

Last synced: 14 Jan 2026

https://github.com/jmervine/unstick

Simple HTTP Listener that removes a cookie and redirects, or not.

cookies golang http redirect

Last synced: 29 Jul 2025

https://github.com/cium1/tools

PHP工具类

csv emoji http php tool xml

Last synced: 14 Apr 2026

https://github.com/barelyhuman/fit

Minimal wrapper around window.fetch to make my life easier

client fetch http javascript

Last synced: 08 Oct 2025

https://github.com/gavinning/http

HTTP工具包,更高效的接口调用方式

api axios http

Last synced: 29 Jul 2025

https://github.com/deniska69/inote

Курсовая работа на тему "Изучение технологии API"

api csharp http json vk-api

Last synced: 19 Apr 2026

https://github.com/sch8ill/cloudflare-ips

Automatically fetch and update Cloudflare proxy IPs, ensuring your trusted proxies are always up to date.

cloudflare cloudflare-api gin gin-gonic go golang http http-server library

Last synced: 20 Apr 2026

https://github.com/lex-r/dwl

Simple file downloader 🤪

downloader http transfer-files utility

Last synced: 14 Jan 2026

https://github.com/cedric05/dothttp-playground

try playground here https://ghpage.dothttp.dev/

dothttp dothttp-dsl dsl http monaco-editor playground vscode

Last synced: 09 Feb 2026