This feature is experimental. Please share your experiences so we know what to keep or change.
Makes a full-page request, replacing the entire browser environment with a new page from the server response.
Aborts all pending requests.
Also see up.Request#loadPage()
.
The URL to load.
The method for the request.
Methods other than GET or POST will be wrapped in a POST request.
Parameters that should be sent as the request's query string or payload.
When making a GET
request to a URL with a query string, the given { params }
will be added
to the query parameters.