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/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/valmnt/otter

Flutter plugin designed to simplify the management of HTTP requests in offline mode. 🦦

dart flutter http offline online

Last synced: 23 Oct 2025

https://github.com/mawkler/pokeapi-rs

A small Rust project to illustrate some practical use cases

cli example http pokeapi rust tutorial

Last synced: 23 Aug 2025

https://github.com/richardktran/go-movie-microservices

Movie microservices example with Golang

golang grpc http kafka service-discovery

Last synced: 11 Jun 2025

https://github.com/tether/manner-options

Generate the communication options for a manner resource

http manner options

Last synced: 09 Apr 2025

https://github.com/kevinmingtarja/groot

A simple error logging service written in Go that logs errors to telegram groups using a bot.

go golang http logger telegram-bot

Last synced: 23 Oct 2025

https://github.com/ivanmartynovleti/java-kanban

Kanban-доска (трекер задач)

api gson http http-client http-server java java-core junit

Last synced: 23 Oct 2025

https://github.com/dapper91/aiohttp-validator

aiohttp simple pydantic validator

aiohttp aiohttp-server http pydantic validation validator

Last synced: 13 Jul 2025

https://github.com/ajayos/server

Express-based HTTP server, handles server-related functionalities like starting and stopping the server, retrieving host information, getting active network interfaces, and formatting memory usage, with usage of environment variables for configuration.

express express-js expressjs http http-server node

Last synced: 23 Jan 2026

https://github.com/hex01e/webserv

A web server project involves developing software that responds to requests made over the Hypertext Transfer Protocol (HTTP). This software acts as the engine behind a website, delivering content and functionality to users who access it through web browsers.

1337 42 cpp cpp98 http socket web webserver

Last synced: 22 Mar 2025

https://github.com/nnqq/healthz

🙅‍♂️ Stop boilerplate!! HTTP healthcheck

go healthcheck http

Last synced: 09 Apr 2025

https://github.com/xjonathanlei/httptostdout

A simple web server for printing HTTP requests to standard output

dotnet echo http stdout

Last synced: 20 May 2026

https://github.com/zelmoghazy/epoll-threadpool-webserver

Minimal Multithreaded HTTP/1.0 server implementation using non-blocking IO, epoll and a thread pool in C++

epoll http http-server non-blocking thread-pool

Last synced: 28 Jun 2026

https://github.com/aivruu/go-http

Small project to test initial Go knowledges using HTTP requests.

go http

Last synced: 24 Oct 2025

https://github.com/maxgfr/http-client-javafx

This JavaFX app display a webpage and information of his HTML page

http http-client java javafx navigator request singleton webview

Last synced: 03 May 2026

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/briso10-dev/web-sockets

A project fully explaining and implementing web sockets in javascript

client http javascript nodejs server websocket

Last synced: 12 May 2026

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

HTTP server implementation from scratch in Rust

codecrafters from-scratch http http-server rust

Last synced: 01 Jun 2026

https://github.com/lardevpro/fullstackopen

Parte 1 del curso fullstack Universidad de Helsinki

css fullstack html http javascript json markdown md mermaid nodejs spa vscode web

Last synced: 12 Apr 2026

https://github.com/imdanielsp/eagle

A Minimalistic C++ Web Framework

cpp http web-application

Last synced: 13 Jun 2026

https://github.com/akagi201/rust-web-fullstack

Toy projects while learning rust web development.

http redis toy-project

Last synced: 13 May 2026

https://github.com/jorgermduarte/prometheus-alerts-test

Simple test project to test the grafana dashboard logs from servlet requests

alertmanager app docker docker-compose grafana http java node prometheus requests servlet

Last synced: 12 Apr 2026

https://github.com/yehya403/news-app

News app that keeps you updated with the latest news from various sources , explored by category.

cubit-bloc depedency-injection flutter http mvvm-architecture repository-pattern

Last synced: 11 May 2026

https://github.com/pykit3/k3http

We find that 'httplib' must work in blocking mode and it can not have a timeout when recving response.

http python

Last synced: 23 Jan 2026

https://github.com/httpland/response-utils

Response utility collection

collection fetch-api http response utilities utility

Last synced: 01 Jun 2026

https://github.com/panastasiadis/nodejs-mongodb-server-client-example

Build a basic HTTP server/client example with NodeJs and MongoDB.

api database express http javascript json-api mongodb npm rest-api web-development web-server

Last synced: 03 May 2026

https://github.com/crescendolab-open/override-proxy

Pluggable local development server that serves rule-based overrides first, then proxies unmatched requests to an upstream PROXY_TARGET.

cors debug development http https javascript mock nodejs overrides proxy stub typescript

Last synced: 03 May 2026

https://github.com/matheusfdosan/fastify-server

Uma aplicação que utiliza o framework Fastify para criar um servidor, com suporte a dois banco de dados. Um armazenado na memória (in-memory database) e outro armazenado no Neon com PostgreSQL.

backend fastify http neon-postgres nodejs postgresql

Last synced: 12 Apr 2026

https://github.com/data-integrations/httptohdfs-action

Action Plugin: Fetches data from an external HTTP webservice or URL

cask-marketplace cdap cdap-plugin http

Last synced: 19 Jun 2026

https://github.com/akhaled01/b15

An HTTP compliant TCP proxy server with a python client

bash git github http osi postman python sockets tcp

Last synced: 12 Apr 2026

https://github.com/ebrasha/abdal-http-magnifier

Tool for identifying enabled HTTP methods on target servers with support for evasive headers, WAF/CDN bypass, and detailed method probing — developed by Ebrahim Shafiei (EbraSha).

abdal cybersecurity ebrasha http http-methods http-scanner penetration-testing rust waf-bypass web-security

Last synced: 04 Jul 2025

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/r1c4rdco5t4/http-client

Simple implementation of an HTTP client made with the socket python library that allows users to make HTTP requests

http http-client python requests socket

Last synced: 30 Mar 2025

https://github.com/anibulus/httpservice.net

Libreria para hacer peticiones http. Tiene la ventaja de que puedes rastrear la peticion y los resultados de manera centralizada.

csharp csharp-code csharp-library dontnet-core http http-requests library

Last synced: 02 Jan 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/zafnz/go-httptrack

A go library to for http API services to copy inbound http data to outbound calls such as session IDs, tracking IDs, etc

api go http microservices session tracking

Last synced: 28 Jan 2026

https://github.com/goidioms/rest

A lightweight, high-performance REST API framework built with Go, featuring hot-reloading and a clean architecture pattern.

air api backend clean-architecture go golang hot-reload http json rest-api

Last synced: 04 May 2026

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

A powerful but lightweight node server built using web standards

dynamic-import http http-server modules node routing url-pattern

Last synced: 25 Oct 2025

https://github.com/ethiclab/http-get

Simple http request that returns a Promise

get http request

Last synced: 25 Oct 2025

https://github.com/alevsk/downploader

A small nodejs library providing utility methods for download and upload files through http(s)

file-download file-upload http https nodejs stream

Last synced: 17 Jan 2026

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/silkodenis/swift-combine-networking

A Swift package for declarative HTTP networking with the Combine framework, designed for easy configuration and robust error handling.

api client combine declarative http http-client mock networking request-builder spm swift swift-package-manager

Last synced: 10 Mar 2025

https://github.com/ahmtcn123/rust-http-download

Rust ile HTTP üzerinden dosya indirmek

http menemen rust

Last synced: 28 Feb 2025

https://github.com/micro-php/http-exceptions

Micro Framework: Exception response builder.

framework-php http microphp php php82

Last synced: 03 Mar 2026

https://github.com/pke/webhook2websocket

Forwards webhook payload to websockets

http webhook websocket

Last synced: 07 Jan 2026

https://github.com/bliuchak/auth

Authorization microservice where I played with JWT tokens for REST API endpoints.

golang http jwt microservice

Last synced: 16 Jan 2026

https://github.com/rajikaimal/http-fetcher

:zap: Minimal effort for http requests

get http

Last synced: 01 Apr 2025

https://github.com/joshamaju/effect-fetch

💪🏽 fetch but with super-powers for effect

ajax fetch http request

Last synced: 26 Oct 2025

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/josephscott/php-http

A simple HTTP GET/POST wrapper for PHP, built on top of file_get_contents()

http http-client php

Last synced: 16 Mar 2025

https://github.com/afeiship/next-git-url

Get git urls.

git http next pages ssh url

Last synced: 09 May 2026

https://github.com/Qinnovation123/proxy

The proxy server to fetch PDF files and cache them

fastapi http playwright proxy

Last synced: 22 Jul 2025

https://github.com/spt-development/spt-development-test

A collection of utility classes useful for unit and integration testing.

apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing

Last synced: 23 Apr 2025

https://github.com/garfield1002/hyper-content-encoding

A small utility to handle content encoding with hyper

content-encoding http hyper rust

Last synced: 04 Sep 2025

https://github.com/reiver/go-pathmux

Package pathmux provides a path oriented ("middleware") HTTP handler, which can hand-off to other HTTP handler for each path, for the Go programming language's built-in "net/http" library.

http http-middleware

Last synced: 09 Jun 2026

https://github.com/sandcore-dev/anidb-http-api

PHP client for the AniDB HTTP API

anidb api client http php

Last synced: 16 Mar 2025

https://github.com/bogyie/httpclient

Http client for java

client http java

Last synced: 15 Apr 2026

https://github.com/skellock/odin-http-server

An example http server in odin

http http-server odin odin-lang

Last synced: 28 Jun 2026

https://github.com/rumkin/swarm-sites

🐝🐝 Github Pages for Swarm

ethereum-network http javascript server swarm

Last synced: 25 Mar 2025

https://github.com/vbatoufflet/httprouter

Basic HTTP router for Go

golang http router

Last synced: 13 Jul 2025

https://github.com/anbalagand/eaglenet

Simple lightweight networking layer written on top of URLSession. This will provide a clean, separate layer for networking.

async async-await fileupload http https interceptor ios json macos networking parsing swift tvos urlsession

Last synced: 28 Jan 2026

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: 27 Oct 2025

https://github.com/cloudnode-pro/request-catcher

Catch and debug HTTP packets or forward them to a local host

debug http http-requests http-test webhooks-catcher

Last synced: 09 Aug 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/renga-hacker/excel-vba-macros

📊 Boost productivity with 20 ready-to-use Excel VBA macros, complete with clear explanations and automation workflows for effortless data handling.

add-in automation blanks development-of-macros excel export-excel faceid-icons formatting github http obfuscation portfolio-analysis unviewable vba vba-excel visual-basic web xlwings

Last synced: 06 Nov 2025

https://github.com/cuddlyclara/webradio

Docker image which creates a simple HTTP webradio using MPD that randomly plays your music.

docker dockerfile http mpd music-player webradio

Last synced: 08 Apr 2025

https://github.com/ajaynegi45/vayu

Vayu is a high-performance Java web server built on Netty, designed for speed, scalability, and security. With minimal resource usage and robust HTTPS support, Vayu delivers seamless handling of high traffic and concurrent connections. Ready to power your web applications? Try it now!

http java maven netty4 webserver

Last synced: 05 May 2026

https://github.com/tmoroney/proxy-server

A web proxy server which fetches items from the Web on behalf of a Web client (i.e browser) instead of the client fetching them directly. Supports caching of pages and access control.

http http-proxy https proxy proxy-server

Last synced: 24 Jul 2025

https://github.com/gheris-579/cam-hack

CAM-HACK is a script for analyzing IP cameras and public streams: it automates the detection of RTSP/HTTP endpoints and generates reports for security testing in a lab environment.

cam-hackers camera cypersecuirty hacker http kali-linux kali-linux-hacking kali-linux-tools os python python3 script ubuntu windows windows-11

Last synced: 18 Apr 2026

https://github.com/bdusell/jitsu-app

Extensible request routing and app configuration for PHP

apache configuration htaccess http php request-handler router web-development

Last synced: 06 Sep 2025

https://github.com/borislavv/telegram-api-gateway

Simple gateway for communicate with Telegram by API

golang http library

Last synced: 25 Jul 2025

https://github.com/jweslley/htauth

htauth generates encrypted passwords for basic and digest authentication. Similar to htdigest and htpasswd.

htdigest htpasswd http tool

Last synced: 28 Jan 2026

https://github.com/samthor/headless-test

Run Mocha tests in a headless browser

http mocha puppeteer test

Last synced: 05 May 2026

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/scijava/scijava-io-http

SciJava I/O support for HTTP

http scijava

Last synced: 28 Mar 2025

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/codepr/rlb

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

http load-balancer reverse-proxy rust

Last synced: 29 Jan 2026

https://github.com/chandrakant0110/weather-app

This is the Flutter Weather App which works on all platform including Android, iOS, MacOS, Wiindows and in Web too.

dart flutter http responsive-design rest-api windows-app

Last synced: 12 Apr 2026

https://github.com/liuchong/d

D is a simple standalone httpd

d http http-server rust rust-crate rust-lang

Last synced: 07 Nov 2025

https://github.com/tdb-alcorn/nice-router

Route requests to handlers nicely.

http node router server

Last synced: 25 Feb 2026

https://github.com/jibstack64/storm

A graphical, extendable Python chat script.

chat gui http python tkinter

Last synced: 08 Apr 2025

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