Skip to main content

HTTP Request & Response Service, written in Python + FastAPI.

Project description

cover

thanks python

httpbinx

HTTP Request & Response Service, written in Python + FastAPI.

Reference project

A Kenneth Reitz Project. See https://github.com/postmanlabs/httpbin

Quick Start

Installation

PyPI

httpbinx is available on PyPI

$ pip install httpbinx

Source Code

$ git clone https://github.com/imleowoo/httpbinx.git
$ python setup.py install # or `pip install .`

Run it

Run directly

$ uvicorn httpbinx:app --host=0.0.0.0 --port=80

Run with Docker

$ docker pull leowoo/httpbinx:latest
$ docker run -p 80:80 --name httpbinx leowoo/httpbinx:latest

It starts running

INFO:     Started server process [17044]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpbinx-1.6.0.tar.gz (93.1 kB view hashes)

Uploaded Source

Built Distribution

httpbinx-1.6.0-py3-none-any.whl (95.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page