httb

module
v0.0.0-...-6ec1179 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: MIT

README

HTTB

HTTB.dev - Free and open-source HTTP bin.
Use HTTB endpoints to test your HTTP client and tools.

[!WARNING] HTTB is work in progress. The API is not stable and some features are not yet implemented.

Self host

HTTB can be self-hosted using Docker.

docker command docker compose
docker run -p 8080:8080 marvinjwendt/httb
services:
  httb:
    image: marvinjwendt/httb
    ports:
      - 8080:8080
Environment Variables
Name Description Default
ADDR Address to listen to 0.0.0.0:8080
LOG_LEVEL Log level (can be one of debug, info, warn, error) info
LOG_FORMAT Log format (can be one of logfmt, json) logfmt
TIMEOUT Timeout for responses 2m
SWAGGER_DEFAULT_SERVER Default server for the Swagger UI (/docs) http://localhost:8080
SWAGGER_DEFAULT_SERVER_DESCRIPTION Description for the default Swagger UI server for local testing

Directories

Path Synopsis
cmd
httb command
internal
pkg/api
Package api provides primitives to interact with the openapi HTTP API.
Package api provides primitives to interact with the openapi HTTP API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL