InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Request In Pyramid Python? |
|
Answer» The request object acts as a covering AROUND the WSGI environment dictionary. This document contains all keys for each header, keys that WRITES the request (which includes the path as WELL as the query string) etc. The request object acts as a covering around the WSGI environment dictionary. This document contains all keys for each header, keys that writes the request (which includes the path as well as the query string) etc. |
|