ecs_http_get_param

Function ecs_http_get_param 

Source
pub unsafe extern "C" fn ecs_http_get_param(
    req: *const ecs_http_request_t,
    name: *const c_char,
) -> *const c_char
Expand description

Find query parameter in request.

@param req The request. @param name The parameter name. @return The decoded parameter value, or NULL if not found.