dm_z_type_to_encoding Function

public pure function dm_z_type_to_encoding(z) result(encoding)

Returns allocatable HTTP content type string from compression type enumerator. The function returns an empty string for types Z_TYPE_INVALID and Z_TYPE_NONE.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: z

Compression enumerator.

Return Value character(len=:), allocatable

Content encoding string.


Called by

proc~~dm_z_type_to_encoding~~CalledByGraph proc~dm_z_type_to_encoding dm_z_type_to_encoding proc~dm_rpc_request_multi dm_rpc_request_multi proc~dm_rpc_request_multi->proc~dm_z_type_to_encoding proc~dm_rpc_request_single dm_rpc_request_single proc~dm_rpc_request_single->proc~dm_z_type_to_encoding interface~dm_rpc_request dm_rpc_request interface~dm_rpc_request->proc~dm_rpc_request_multi interface~dm_rpc_request->proc~dm_rpc_request_single