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

an easy to use http request library based on RxJava & OkHttp 一个简单易用的Http请求库,基于RxJava和OkHttp封装

http okhttp3 rxjava

Last synced: 15 Mar 2025

https://github.com/unkaktus/fileserver

create an HTTP file server from a directory/file/zip

fileserver http ufs

Last synced: 12 Jan 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/karitham/handlergen

Generate helper functions to map handler to concrete types

codegen go golang http

Last synced: 15 Mar 2025

https://github.com/glueops/terraform-module-provider-versions

This repository provides a centralized source of truth for Terraform provider versions. It includes a module that can be integrated into your Terraform configuration to ensure consistent provider versions across projects. Easily manage and update provider versions from a single location.

aws github google http kubernetes local opsgenie provider-versions providers random terraform terraform-module terraform-providers terraform-providers-module tfe time tls vault version-management versions

Last synced: 04 May 2026

https://github.com/ilyasyoy/httpservertest

A simple golang http-server for testing.

golang http http-client http-server test testing

Last synced: 23 Mar 2025

https://github.com/mxrcode/qt-http-server-sync

This is a simple header-only HTTP Server for Qt 6.2.4

cpp http http-server qt qt6 web-server

Last synced: 20 Apr 2026

https://github.com/fullpipe/ngserve

Simple and easy to use http server for angular 2+ apps.

angular angular10 angular2 docker http

Last synced: 05 May 2026

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

An Erlang application that extends the minutia (https://github.com/hyperimpose/minutia) Python library.

erlang html http hyperimpose link minutia parsing url website

Last synced: 13 Oct 2025

https://github.com/mergado/mergado-api-client-python

Mergado API Client for Python

api apps http json mergado platform

Last synced: 25 Jan 2026

https://github.com/mborne/node-dl

Download file from a given sourceUrl to a targetPath with wget

download ftp http https nodejs wget

Last synced: 07 Jan 2026

https://github.com/marc-ed-raffalli/declarative-e2e-test

Declaration driven test generator for REST endpoints

assertion-library e2e-tests http

Last synced: 16 May 2026

https://github.com/ElfSundae/ESAPIClient

An API client library built on top of AFNetworking.

afnetworking api api-client http ios network networking request

Last synced: 03 May 2025

https://github.com/janpieterz/nethttp

.NET Http Library

csharp dotnet dotnet-standard http rest

Last synced: 15 Mar 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/arthurhoch/kiss-requests

Tiny zero-dependency Java 17+ HTTP client library built on native java.net.http.HttpClient.

http http-client java java-http-client java17 kiss library maven rest-client zero-dependency

Last synced: 26 May 2026

https://github.com/mahmud-kandawala/python-powered-task-management-platform

A sophisticated, web-based task management application built with Flask, featuring secure user authentication, dynamic content rendering, real-time interactions using AJAX, and comprehensive database management with Flask SQLAlchemy. Ideal for demonstrating advanced web development skills and best practices.

ajax flask http python sqlalchemy

Last synced: 11 Apr 2026

https://github.com/andreaslill/rust-integration-services

A modern, fast, and lightweight integration library written in Rust, designed for memory safety and stability.

file http integration rust schedule sftp

Last synced: 20 Jan 2026

https://github.com/guilhermecostam/sys-finance

Simple API for transaction maintenance. Developed to study the GO language.

api finance golang http web

Last synced: 25 May 2026

https://gitlab.com/tychosoft/webforcpp

Modern header-only web access for C++17

C++ cpp17 header-only http json

Last synced: 16 Mar 2026

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

Rust ile HTTP üzerinden dosya indirmek

http menemen rust

Last synced: 26 May 2026

https://github.com/sjthesahiljoseph/http_networking_javascript

HTTP_Networking_JavaScript, let's learn about HTTP Networking in JavaScript. There are a lot of different stuff there. So feel free to use. Thanks.

api delete fetch get http http-networking http-request internet javascript patch post put

Last synced: 02 Sep 2025

https://github.com/n0str/workerpool

Worker pool for Humans who loves sending billions of HTTP requests

concurrency for-humans golang goroutine-pool goroutines http http-requests library parallelism worker-pool workers

Last synced: 29 Mar 2025

https://github.com/qbicsoftware/linksmith

A Java library to craft HTTP web links from raw header data.

http http-header rfc8288 web-link

Last synced: 13 Jan 2026

https://github.com/fritzthecat9/dockercomposetest

Deploy two C# web APIs to Raspberry Pi with Docker Compose file

api c-sharp csharp docker docker-compose http https minimal-api raspberry-pi raspberry-pi-4 raspberry-pi4

Last synced: 26 Jan 2026

https://github.com/xevilmaxx/blazorwebgui

Blazor Website with external GRPC / HTTP API + authentication Token

authentication authorization blazor csharp dynamic grpc http https i18next jwt layout mudblazor razor standalone tabs

Last synced: 06 May 2026

https://github.com/lucwl/rack

A primitive HTTP server implemented in C

c http sockets

Last synced: 07 Apr 2025

https://github.com/palash25/unirest-go

[Wrote this to learn Go may contain shitty code] Unofficial Go implementation of the unirest protocol by kong

http http-client rest-client

Last synced: 05 Oct 2025

https://github.com/radbas/routing.cr

HTTP routing for Crystal.

crystal http router

Last synced: 30 Mar 2025

https://github.com/containercraft/cloudctl

Bare Metal Provisioning Network Infrastructure Services

dhcp dns http konductor oci pxe sftp

Last synced: 10 Mar 2026

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/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/bgokden/go-http-redirector

an http redirection service written in go

go golang http redirecting-urls service

Last synced: 15 Mar 2025

https://github.com/tecc/httputils

HttpUtils is a simple Java library aimed at parsing and serialising HTTP messages.

http java java-library utility

Last synced: 23 Mar 2025

https://github.com/zakhaev26/api-practice

repo for generating prompts and using runcompletions from GPT ,Age Detection and Youtube API's

api-rest axios http json

Last synced: 04 May 2026

https://github.com/sfomuseum/go-http-opensearch

Go package to implement an OpenSearch HTTP middleware handler.

golang http opensearch

Last synced: 06 Mar 2025

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

Tiny HTTP interface

android http kotlin

Last synced: 04 May 2026

https://github.com/shivah12/api-buddy

API Buddy is a lightweight web-based API testing tool built with React and Axios. It enables developers to construct and send HTTP requests directly from the browser, view formatted JSON responses, and debug endpoints in real-time without installing external software.

api-testing axios http react

Last synced: 02 Sep 2025

https://github.com/mastprogs/custom-codes

필요에 의해서 직접 구현했던 몇몇 커스텀 코드 기록보관소

async async-await asynchronous asynchronous-programming cpp20 go golang http mysql mysql-database redis string typeorm typescript

Last synced: 01 Jan 2026

https://github.com/heronacho66/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 Jul 2025

https://github.com/amdevit/restling

A lightweight, powerful, and easy-to-use REST client library for .NET

dotnet http http-client rest rest-client rest-framework rest-library

Last synced: 23 Mar 2025

https://github.com/wpcodevo/go-standard-lib-crud-app

Therefore, in this article, we will build a basic CRUD API to cover almost 80% of what you need to know when building an API with the net/http package.

crud-api go golang http net-http

Last synced: 02 Sep 2025

https://github.com/k5924/netty-http-server

A http server written using netty

http netty

Last synced: 10 Mar 2026

https://github.com/customautosys/axios-cordova-adapter

An axios adapter using cordova-plugin-advanced-http

adapter advanced axios cordova http plugin

Last synced: 10 Mar 2026

https://github.com/dynatrace/dcrum-minihttp-decode

Mini HTTP script for DC RUM

dcrum http lua universal-decode

Last synced: 08 May 2025

https://github.com/cassanof/brutto

A Go Framework for HTTP Password Brute Forcing

brute-force cybersecurity go golang http password-cracker penetration-testing

Last synced: 23 Mar 2025

https://github.com/nicledomas/binarymapper

Remote calls different binary executable files

http rest-api rpc

Last synced: 31 Aug 2025

https://github.com/emircanakyuzz/fastapi_calismasi-fastapi_case_study

Bu projede, FastAPI kullanılarak RESTful prensiplerine uygun servis API'leri oluşturulmuş ve tüm CRUD işlemleri gerçekleştirilmiştir. Uvicorn ile backend çalıştırılmış, HTTP metodlarıyla API işlemleri güvenli ve düzenli bir şekilde uygulanmıştır.

api database fastapi http mysql python restful-api uvicorn

Last synced: 16 Apr 2026

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

A modular approach to organizing HTTP handlers.

golang http router

Last synced: 11 Feb 2026

https://github.com/chadnpc/poshrest

A module for working with HTTP RESTful APIs.

http powershell rest-api

Last synced: 17 Mar 2025

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

Simple http server written in Rust for learning purposes.

http rust

Last synced: 18 Apr 2025

https://github.com/code-monad/laplace

Laplace - The Demon Maker

api beast boost cpp cpp17 http webservice websocket

Last synced: 07 Nov 2025

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

A fluent interface over REST written in Swift

http rest rest-client swift

Last synced: 24 Mar 2025

https://github.com/iamnnort/request

Request handler for Node.js - Fast - Interactive - Simple

ajax fetch http promise request xhr

Last synced: 20 Feb 2026

https://github.com/devforgetech/fetch-hooks-core

Universal React-style hooks for fetch() — works in Node, Bun, Deno, Cloudflare Workers, and edge runtimes. Tiny, dependency-free, TypeScript-first.

bun cloudflare-workers deno edge-runtime fetch hooks http javascript nodejs npm-library opensource request signals typescript

Last synced: 21 Nov 2025

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/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/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/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/arthepsy/connid-http

Library for http-based ConnId connectors

connid http midpoint rest scala

Last synced: 25 May 2026

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/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/maxirosson/jdroid-java-http

Http Library for Java & Android Apps

http java okhttp

Last synced: 15 Mar 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/ngdl

HTTP/2 parallel downloading client for Python

http http-client http-requests http2 hyper requests

Last synced: 04 Jan 2026

https://github.com/jonathan-foucher/spring-boot-http-example

Examples of HTTP interactions with spring-boot

http java spring-boot

Last synced: 20 May 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/sterlp/load-runner

Simple HTTP/REST load tool

cli command-line http java load-test load-tool rest

Last synced: 28 Dec 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/arcbjorn/go-microservices-jwt-authentication

JWT authentication between Go services through HTTP

authentication go http jwt

Last synced: 14 Mar 2025

https://gitlab.com/joshrotenberg/exling

Elixir HTTP Request Builder

builder elixir http pipes

Last synced: 08 May 2025

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

HTTP Server in GO Language.

golang golang-package http http-server

Last synced: 24 Jul 2025

https://github.com/tiendq/http-status

Returning HTTP status in a quick and easy way.

http status

Last synced: 03 Sep 2025

https://github.com/petoem/flsaba

simple http server with directory listing

command-line-tool directory http javascript server

Last synced: 12 Jan 2026

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/vaibhavyadav-dev/golang-restapi

Standard Golang REST Server using Golang.

backend developement golang http restserver

Last synced: 05 Jun 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/ttulka/dir2http

Directory to a HTTP server - makes a local directory accessible via HTTP.

golang http http-server local-development

Last synced: 25 May 2026

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

Testing container

container docker golang http testing

Last synced: 19 Apr 2026

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