MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / getMethod

Method getMethod

src/core/network/HttpRequest.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70HttpRequestMethod HttpRequest::getMethod() const
71{
72 return m_requestMethod;
73}
74
75QByteArray HttpRequest::getPostData() const
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected