套件: python3-httpbin (0.7.0+dfsg-3)
python3-httpbin 的相關超連結
Trisquel 的資源:
下載原始碼套件 httpbin:
維護者:
Original Maintainers:
- Debian Python Team
- Timo Röhling
外部的資源:
- 主頁 [github.com]
相似套件:
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 (>= 3.4.0)
- 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 (>= 0.23)
- HTML/XHTML/XML string library
-
- dep: python3-six (>= 1.6.1)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-werkzeug (>= 0.9.4)
- collection of utilities for WSGI applications (Python 3.x)
-
- rec: gunicorn
- Event-based HTTP/WSGI server