Function ctru_sys::httpcSetKeepAlive
source · pub unsafe extern "C" fn httpcSetKeepAlive(
context: *mut httpcContext,
option: HTTPC_KeepAlive
) -> Result
Expand description
Sets Keep-Alive for the context.
§Arguments
context
- Context to set the KeepAlive flag on.option
- HTTPC_KeepAlive option.