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.2.tar.gz
(93.1 kB
view details)
Built Distribution
httpbinx-1.5.2-py3-none-any.whl
(95.4 kB
view details)
File details
Details for the file httpbinx-1.5.2.tar.gz
.
File metadata
- Download URL: httpbinx-1.5.2.tar.gz
- Upload date:
- Size: 93.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f55bec66a81b0241d9717ec5318a3b975f2afb8ce689f7d14799f76fa438b9 |
|
MD5 | 1e073277faa08cac92473edaaffbd3fe |
|
BLAKE2b-256 | ca67f799b9ee449ee91bda107fc3f4a1b23a4c207eb3b6cd5c53c8604c90aabb |
File details
Details for the file httpbinx-1.5.2-py3-none-any.whl
.
File metadata
- Download URL: httpbinx-1.5.2-py3-none-any.whl
- Upload date:
- Size: 95.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7982574c8adee330930d53885b5a6155036d025e38431e8cf31cd412439c66c8 |
|
MD5 | cee017d78e121dcec3295591d1ca7984 |
|
BLAKE2b-256 | ff4e1ed25e6162204b2e23c7f9a2f1ec84a0ebd1b261ef0ec3f70b8d51791fcb |