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.4.0.tar.gz
(92.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
httpbinx-1.4.0-py3-none-any.whl
(95.3 kB
view details)
File details
Details for the file httpbinx-1.4.0.tar.gz.
File metadata
- Download URL: httpbinx-1.4.0.tar.gz
- Upload date:
- Size: 92.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d543c7feb63f1a9b8bfa8c29358c125b321d63a1c6e034383264ada4e089401c
|
|
| MD5 |
480c7604f0e7ab8f539ce80961731969
|
|
| BLAKE2b-256 |
ebfe35db7475d04d42400371b88c3a9cb59d23b57f38dbe253c2e318e40c7fb7
|
File details
Details for the file httpbinx-1.4.0-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.4.0-py3-none-any.whl
- Upload date:
- Size: 95.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8578b53f3eba9a752ccb48112e43d794637911de2764473a2caa7c96bb9f724
|
|
| MD5 |
87464fbdb6e38a4d53509e78bebe205b
|
|
| BLAKE2b-256 |
2a4dd2d4bca1c5e345161c6b53e9c364c48f1af2bee8cf61c5d3f7e512ca4301
|