Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ header
Method
header
libs/qhttpserver/src/qhttprequest.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
QString QHttpRequest::header(const QString &field)
37
{
38
return m_headers.value(field.toLower(), QString());
39
}
40
41
const HeaderHash &QHttpRequest::headers() const
42
{
Callers
15
parse_paragraph
Function · 0.80
parse_atxheader
Function · 0.80
ProgressPanel
Method · 0.80
RotoPanel
Method · 0.80
onOperatorColMinimumSizeChanged
Method · 0.80
SequenceFileDialog
Method · 0.80
saveState
Method · 0.80
restoreState
Method · 0.80
sortIndicatorOrder
Method · 0.80
sortIndicatorSection
Method · 0.80
createWidget
Method · 0.80
createMultiInstanceGui
Method · 0.80
Calls
2
QString
Class · 0.50
value
Method · 0.45
Tested by
no test coverage detected