Skip to main content

SteamAPI_ISteamHTTP_SetHTTPRequestGetOrPostParameter

Function SteamAPI_ISteamHTTP_SetHTTPRequestGetOrPostParameter 

Source
pub unsafe extern "C" fn SteamAPI_ISteamHTTP_SetHTTPRequestGetOrPostParameter(
    self_: *mut ISteamHTTP,
    hRequest: HTTPRequestHandle,
    pchParamName: *const c_char,
    pchParamValue: *const c_char,
) -> bool