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.0.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.0-py3-none-any.whl
(95.3 kB
view details)
File details
Details for the file httpbinx-1.5.0.tar.gz.
File metadata
- Download URL: httpbinx-1.5.0.tar.gz
- Upload date:
- Size: 93.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ebf949aec6383e742a9e87b3edcfda73ea24928dd747759f9fe891c2f798c2
|
|
| MD5 |
585e81373d66af40494c4323412e9e06
|
|
| BLAKE2b-256 |
6f544362b8419372226189d5b4f8d2d26cce48c5142ca6ae05adc7e753e1505d
|
File details
Details for the file httpbinx-1.5.0-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.5.0-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.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0081ef0a0d3614814ce949b5c6eee97e01dc1d04e3e99f7a269ee7d7f3beade3
|
|
| MD5 |
f968b10c4f58dc8c17b9fc7a78e2d5b2
|
|
| BLAKE2b-256 |
41242bfa220a8be62097d00d56dd33cd697f18aafb05788cbffd55b7bccd240e
|