Generic RPC reset routine.
Auxiliary destructor routine to free allocated request memory. Cleans-up the libcurl handles of the request.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(rpc_request_type), | intent(inout) | :: | request |
Request type. |
Auxiliary destructor routine to free allocated response memory. This routine does not reset the file unit by default.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(rpc_response_type), | intent(inout) | :: | response |
Response type. |
||
logical, | intent(in), | optional | :: | reset_unit |
Reset file unit. |