Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_range
Method
get_range
lib_acl_cpp/src/http/http_header.cpp:690–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
688
}
689
690
void http_header::get_range(http_off_t* from, http_off_t* to)
691
{
692
if (from) {
693
*from = range_from_;
694
}
695
if (to) {
696
*to = range_to_;
697
}
698
}
699
700
http_header& http_header::accept_gzip(bool on)
701
{
Callers
1
check_range
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected