Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ acceptsMediaType
Method
acceptsMediaType
3rdparty/libprocess/src/http.cpp:375–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
374
375
bool Request::acceptsMediaType(const string& mediaType) const
376
{
377
return _acceptsMediaType(headers.get(
"Accept"
), mediaType);
378
}
379
380
381
bool Request::acceptsMediaType(
Callers
8
foreach
Function · 0.80
TEST_P
Function · 0.80
api
Method · 0.80
api
Method · 0.80
executor
Method · 0.80
handler
Method · 0.80
api
Method · 0.80
scheduler
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
2
foreach
Function · 0.64
TEST_P
Function · 0.64