httpbin 0.7.0+dfsg-3 source package in Ubuntu
Changelog
httpbin (0.7.0+dfsg-3) unstable; urgency=medium * Fix gunicorn recommendation -- Timo Röhling <email address hidden> Mon, 13 Dec 2021 17:20:56 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
httpbin_0.7.0+dfsg-3.dsc | 2.1 KiB | e790963e608d2fe01d9e220f0a5be7d4813f034decba881e128ebe3e76e2f7d3 |
httpbin_0.7.0+dfsg.orig.tar.xz | 78.2 KiB | 2a4f805669e39d6d4d16f876d28c4e4ca7f090785d432e465b7cbd9402b872b3 |
httpbin_0.7.0+dfsg-3.debian.tar.xz | 5.5 KiB | c310b8bfc6679356026814811e46e8cdab00a503d001d3cec6b20d7200e3d482 |
Available diffs
- diff from 0.7.0+dfsg-2 to 0.7.0+dfsg-3 (513 bytes)
No changes file available.
Binary packages built by this source
- python3-httpbin: HTTP request and response service (Python 3 package)
httpbin is a test server for testing HTTP libraries and apps. It
features several endpoints to cover a multitude of HTTP scenarios.
httpbin ships as a Python library and could be run directly by
the Python interpreter, or as a WSGI app e.g. with Gunicorn. The
endpoint responses are JSON-encoded.
.
This package provides httpbin in the Python 3 module path.