https://github.com/socratescli/reqponse
reqponse(a.k.a. request and response) is a Python library to connect wsgi request to requests lib, and bridge response from remote or backend servers back.
https://github.com/socratescli/reqponse
Last synced: 8 days ago
JSON representation
reqponse(a.k.a. request and response) is a Python library to connect wsgi request to requests lib, and bridge response from remote or backend servers back.
- Host: GitHub
- URL: https://github.com/socratescli/reqponse
- Owner: socratescli
- License: mit
- Created: 2019-06-30T22:09:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T02:01:38.000Z (almost 7 years ago)
- Last Synced: 2026-03-08T21:41:51.893Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reqponse
reqponse(a.k.a. request and response) is a Python library to connect wsgi request to requests lib, and bridge response from remote or backend servers back.