MCPcopy Create free account
hub / github.com/ddnet/ddnet / Head

Method Head

src/engine/shared/http.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 void ValidateBeforeOverwrite(bool ValidateBeforeOverwrite) { m_ValidateBeforeOverwrite = ValidateBeforeOverwrite; }
181 void ExpectSha256(const SHA256_DIGEST &Sha256) { m_ExpectedSha256 = Sha256; }
182 void Head() { m_Type = REQUEST::HEAD; }
183 void Post(const unsigned char *pData, size_t DataLength)
184 {
185 m_Type = REQUEST::POST;

Callers 1

HttpHeadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected