rpc_response_type Derived Type

type, public :: rpc_response_type

HTTP-RPC response type.


Components

Type Visibility Attributes Name Initial
integer, public :: code = HTTP_NONE

HTTP response code.

integer, public :: error = E_NONE

Error code of DMPACK.

integer, public :: error_curl = CURLE_OK

Error code of libcurl easy.

integer, public :: unit = RPC_RESPONSE_UNIT_NONE

Optional file unit.

integer(kind=i8), public :: last_modified = -1_i8

File time, -1 if unavailable [Epoch].

real(kind=r8), public :: total_time = 0.0_r8

Total transmission time.

character(len=:), public, allocatable :: error_message

libcurl error message.

character(len=:), public, allocatable :: content_type

Response payload type [MIME].

character(len=:), public, allocatable :: payload

Response payload.