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.5.1.tar.gz
(93.0 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.5.1-py3-none-any.whl
(95.3 kB
view details)
File details
Details for the file httpbinx-1.5.1.tar.gz.
File metadata
- Download URL: httpbinx-1.5.1.tar.gz
- Upload date:
- Size: 93.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1722bb4b04d8e9006972697d1ff2285410c933c11d8dd1e51a687f54f84716
|
|
| MD5 |
04b0b83aad1e5dbb40e5051d92f074d1
|
|
| BLAKE2b-256 |
7d72685f4ba253d8bb2f4b85d266ea8413c48d7bee575a4f6af712c41fff4c7e
|
File details
Details for the file httpbinx-1.5.1-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.5.1-py3-none-any.whl
- Upload date:
- Size: 95.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09c3db2c629000c83556f7f6a7232056b47d1c432f60b5488d50f58bcf0244cf
|
|
| MD5 |
9025deac317a5c2ddc749a9714121c20
|
|
| BLAKE2b-256 |
e865c297f308e1d57acfd18578e7cd09a1185c353f71d7e99e525c0929061608
|