HTTP helpers module reference¶
Some useful helpers for HTTP
- micro.web.http.redirect(location, code=302)[source]¶
Issue redirect to given location with a given code.
Parameters: - location (str) – The location that will be used for redirect
- code (int) – The code to use for redirect (default 302)