HTTP Request & Response Service, written in Python + FastAPI.
Project description
httpbinx
HTTP Request & Response Service, written in Python + FastAPI.
Deployed at:
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
$ httpbinx server --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.8.0.tar.gz
(95.3 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.8.0-py3-none-any.whl
(97.4 kB
view details)
File details
Details for the file httpbinx-1.8.0.tar.gz.
File metadata
- Download URL: httpbinx-1.8.0.tar.gz
- Upload date:
- Size: 95.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a6c0fe9768365d486cf332040a0081fd92d4bfd3aff8b82558d3461ed9e9a0d
|
|
| MD5 |
2e9693230e6e22c85348978e9e33dae2
|
|
| BLAKE2b-256 |
27bf0b62808dda329c35637103d47e8d8ba207bde69ec9497c1b3e2dde2e14f0
|
File details
Details for the file httpbinx-1.8.0-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.8.0-py3-none-any.whl
- Upload date:
- Size: 97.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5109fc33112e178966dd8dbb245002c322d6b7937fa8dd403065e771f8549d52
|
|
| MD5 |
1008be473b78c6c93dc6bf5a0a9e8cbd
|
|
| BLAKE2b-256 |
bc4281dec33597ad43929f3e165454eb870f97d4e6a3c9267f0fa8ba709e1f09
|