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.10.1.tar.gz
(95.5 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.10.1-py3-none-any.whl
(97.5 kB
view details)
File details
Details for the file httpbinx-1.10.1.tar.gz.
File metadata
- Download URL: httpbinx-1.10.1.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec08d53a2b1e7cebd0d0586c172930a3091d6be90ee17f7ea13ce42894772270
|
|
| MD5 |
4942fb494990066c18bf269af201ac48
|
|
| BLAKE2b-256 |
ab0a4419870617cb167de93c22e3e196cc1d62748399c526b8fbf3ebde52169b
|
File details
Details for the file httpbinx-1.10.1-py3-none-any.whl.
File metadata
- Download URL: httpbinx-1.10.1-py3-none-any.whl
- Upload date:
- Size: 97.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59c123887aba3657728938a80f0a1c5aeb5b8af79d152b58250f43701fa742db
|
|
| MD5 |
27e45de0010cd152f96b78532fcd36a0
|
|
| BLAKE2b-256 |
5e08300202239c5756f3f3c98b3de04c69308d1befb2347ac79121e74727a9d4
|