Sign inSign up

marvinjwendt/httb

By marvinjwendt

Updated 10 months ago

Image
0

256

marvinjwendt/httb repository overview

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 commanddocker compose
docker run -p 8080:8080 marvinjwendt/httb
services:
  httb:
    image: marvinjwendt/httb
    ports:
      - 8080:8080
Environment Variables
NameDescriptionDefault
ADDRAddress to listen to0.0.0.0:8080
LOG_LEVELLog level (can be one of debug, info, warn, error)info
LOG_FORMATLog format (can be one of logfmt, json)logfmt
TIMEOUTTimeout for responses2m
SWAGGER_DEFAULT_SERVERDefault server for the Swagger UI (/docs)http://localhost:8080
SWAGGER_DEFAULT_SERVER_DESCRIPTIONDescription for the default Swagger UI serverfor local testing

Tag summary

Content type

Image

Digest

sha256:0e5f88c0f

Size

15 MB

Last updated

10 months ago

docker pull marvinjwendt/httb