MCPcopy 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
36QString QHttpRequest::header(const QString &field)
37{
38 return m_headers.value(field.toLower(), QString());
39}
40
41const HeaderHash &QHttpRequest::headers() const
42{

Callers 15

parse_paragraphFunction · 0.80
parse_atxheaderFunction · 0.80
ProgressPanelMethod · 0.80
RotoPanelMethod · 0.80
SequenceFileDialogMethod · 0.80
saveStateMethod · 0.80
restoreStateMethod · 0.80
sortIndicatorOrderMethod · 0.80
sortIndicatorSectionMethod · 0.80
createWidgetMethod · 0.80

Calls 2

QStringClass · 0.50
valueMethod · 0.45

Tested by

no test coverage detected