pdk.flow.HttpResponse
Contains functions that can be applied to HttpResponse structures
Last updated
Contains functions that can be applied to HttpResponse structures
Last updated
Adds an HTTP header to the HTTP response.
Arguments:
header ::
response ::
Result:
No variable is returned. The input response contains the new header.
Possible exceptions
- throws an error if at least one argument is NULL
Deletes an HTTP header to the HTTP response.
Arguments:
Result:
No variable is returned. The specified header is removed from the input response.
Possible exceptions
Creates and adds new header to the HTTP response.
Arguments:
Result:
No variable is returned. The input response contains the new header.
Possible exceptions
Adds an HTTP cookie to the HTTP response.
Arguments:
Result:
No variable is returned. The input response contains the new cookie.
Possible exceptions
Deletes an HTTP cookie to the HTTP response.
Arguments:
Result:
No variable is returned. The specified cookie is removed from the input response.
Possible exceptions
header ::
response ::
- throws an error if at least one argument is NULL
headerName ::
headerValue ::
response ::
- throws an error if headerName or response is NULL
cookie ::
response ::
- throws an error if at least one argument is NULL
cookie ::
response ::
- throws an error if at least one argument is NULL