Function http_client::check_http_request
source · pub fn check_http_request(request_bytes: &[u8]) -> bool
Expand description
Checks to see if the provided HTTP request can be properly parsed, and returns true if so.
pub fn check_http_request(request_bytes: &[u8]) -> bool
Checks to see if the provided HTTP request can be properly parsed, and returns true if so.