MCPcopy Create free account
hub / github.com/acl-dev/acl / is_request

Method is_request

lib_acl_cpp/src/http/http_header.cpp:428–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428bool http_header::is_request() const
429{
430 return is_request_;
431}
432
433void http_header::uri_unsafe_correct(bool on)
434{

Callers 2

sendHeaderMethod · 0.80
write_headMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected