Optional
options: RequestOptionsReadonly
configProvides access to configuration.
Readonly
delExecutes a DELETE request (sets method=DELETE in the options)
Readonly
getExecutes a GET request (sets method=GET in the options)
Readonly
getUtility to create a 'proxied' url. By default it returns the input url, if no proxy rule applies. If the flag 'force' is enabled it will wrap the url with the default proxy.
Readonly
postExecutes a POST request (sets method=POST in the options)
Readonly
putExecutes a PUT request (sets method=PUT in the options)
The main interface of 'apprt-request'.