docs/request
Request
The request class handles the http request,
implements the interceptor pattern,
loads configured endpoints,
generates urls from url-templates
and raises exceptions for any response code that is not indicating success (2**).
request.response # the associated response. request.options # the options used for creating the request. request.params # access request params request.headers # access request headers request.url # URL that is used for doing the request request.method # provides the used http-method