OWSHttpRequest
Object of R6Class
for modelling a generic OWS http request
R6Class
object.
new(capabilities, op, type, url, request, user, pwd, namedParams, attrs,
contentType, mimeType, logger)
This method is used to instantiate a object for doing an OWS HTTP request
getCapabilities()
Get the capabilities
getRequest()
Get the request payload
getRequestHeaders()
Get the request headers
getStatus()
Get the request status code
getResponse()
Get the request response
getException()
Get the exception (in case of request failure)
getResult()
Get the result TRUE
if the request is successful, FALSE
otherwise