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.1.tar.gz
(95.4 kB
view details)
Built Distribution
httpbinx-1.8.1-py3-none-any.whl
(97.5 kB
view details)
File details
Details for the file httpbinx-1.8.1.tar.gz
.
File metadata
- Download URL: httpbinx-1.8.1.tar.gz
- Upload date:
- Size: 95.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2221e36887ad9fb0329a3f182ae9d6c68324bf29d27f29ddb55f300f3fea91c3
|
|
MD5 |
5f40a99ab29b5d1b42b172b5f774042a
|
|
BLAKE2b-256 |
d599e83ea09bbf42d55b42495c2d153929360f3aa65bdbdbec1fa65525041efe
|
File details
Details for the file httpbinx-1.8.1-py3-none-any.whl
.
File metadata
- Download URL: httpbinx-1.8.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.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bf3fcf25cda5050652c994ce8c873a468beece9c0b063b54895bc2805c4baaa6
|
|
MD5 |
523304b28155626888365362371c3fd0
|
|
BLAKE2b-256 |
1692c2b7a42cfdfafb9f2357f2f266579ef86c00b460218e612ddc2081944965
|