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.3.2.tar.gz
(92.6 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.3.2-py3-none-any.whl
(94.7 kB
view details)
File details
Details for the file httpbinx-1.3.2.tar.gz.
File metadata
- Download URL: httpbinx-1.3.2.tar.gz
- Upload date:
- Size: 92.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ce4209a998c69b944dfabd7869f492c7ed143c0e5dbda98d0c60a0be54a8ee
|
|
| MD5 |
56a34e0279f20bb0d402adfd6a4b8f95
|
|
| BLAKE2b-256 |
82d57b7d61a9611c0cff3512837ea0bad53e98d06ffe379dc9aa947e8744ed46
|
File details
Details for the file httpbinx-1.3.2-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.3.2-py3-none-any.whl
- Upload date:
- Size: 94.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2625153ebdf274fd36aa866e75a213ca1ecfd93c56aaa0f188f58fc2687cee36
|
|
| MD5 |
8190c0e30dfac183d32e092cefc4b8a6
|
|
| BLAKE2b-256 |
386d655d135d29a763940bcde6a0f633bd7516f1af7cb2fca5d20af8b82d8c87
|