rpc_header_type Derived Type

type, public :: rpc_header_type

HTTP request and response header type.


Inherited by

type~~rpc_header_type~~InheritedByGraph type~rpc_header_type rpc_header_type type~rpc_request_type rpc_request_type type~rpc_request_type->type~rpc_header_type headers type~rpc_response_type rpc_response_type type~rpc_response_type->type~rpc_header_type headers

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: name

Header name.

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

Header value.