[ 源代码: httpbin ]
软件包:python3-httpbin(0.7.0+dfsg-5)
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.
其他与 python3-httpbin 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-brotli
- lossless compression algorithm and format (Python 3 version)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers
-
- dep: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- dep: python3-itsdangerous
- Various helpers to pass trusted data to untrusted environment - Python 3.x
-
- dep: python3-markupsafe
- HTML/XHTML/XML string library
-
- dep: python3-six
- Python 2 and 3 compatibility library
-
- dep: python3-werkzeug
- collection of utilities for WSGI applications (Python 3.x)
-
- rec: gunicorn
- Event-based HTTP/WSGI server