Optionaloptions: RequestOptionsReadonlyconfigProvides access to configuration.
ReadonlydelExecutes a DELETE request (sets method=DELETE in the options)
ReadonlygetExecutes a GET request (sets method=GET in the options)
ReadonlygetUtility 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.
ReadonlypostExecutes a POST request (sets method=POST in the options)
ReadonlyputExecutes a PUT request (sets method=PUT in the options)
The main interface of 'apprt-request'.