http_transaction_header_cb typedef
@brief Called when the HTTP header is received.
@since_tizen 3.0
@remarks The @a header should be released using free(). \n
The @a header is available until @a http_transaction is released.
@paramin
http_transaction The HTTP transaction handle
@paramin
header The header information of HTTP Transaction
@paramin
header_len The length of the HTTP Transaction header
@paramin
user_data The user data
@see http_transaction_set_received_header_cb()
Implementation
typedef http_transaction_header_cb
= ffi.Pointer<ffi.NativeFunction<http_transaction_header_cbFunction>>;