HTTP Request & Response Service, written in Python + FastAPI.
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
httpbinx-1.6.0-py3-none-any.whl
(95.4 kB
view details)
File details
Details for the file httpbinx-1.6.0.tar.gz
.
File metadata
- Download URL: httpbinx-1.6.0.tar.gz
- Upload date:
- Size: 93.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bcfdf013ce27570d0449bd775fbd3efa9d465bfa20f10494f238b5cffa94455 |
|
MD5 | f1a13958157fa7453812e7517c0099c1 |
|
BLAKE2b-256 | bcab4613c3bc63fbc754a41543914081114f53224bf995e520a67a1d354aaf54 |
File details
Details for the file httpbinx-1.6.0-py3-none-any.whl
.
File metadata
- Download URL: httpbinx-1.6.0-py3-none-any.whl
- Upload date:
- Size: 95.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdda301ca85de952c557bcfd01a449077ef1fd38558bd38b8f6dc1b3189865f8 |
|
MD5 | 4d43fd12b80c847c8b8334196cf1bacf |
|
BLAKE2b-256 | 3483171675ae69283dbc167bd959f2662c77a7e5310e456c3be0ab250ab6ac2f |