This commit is contained in:
2018-10-11 11:55:12 -04:00
parent 6efe28bd54
commit 538c72f5bd
+1 -1
View File
@@ -50,7 +50,7 @@ The primary concept here is to bring the nicities that are brought forth from bo
- Setting `resp.text` sends back unicode, while setting `resp.content` sends back bytes.
- Setting `resp.media` sends back JSON/YAML (`.text`/`.content` override this).
- Case-insensitive `req.headers` (from Requests directly).
- Case-insensitive `req.headers` dict (from Requests directly).
- `resp.status_code`, `req.method`, `req.url`, and other familar friends.
## Old Ideas