MCPcopy Create free account
hub / github.com/apache/trafficserver / version

Method version

plugins/slice/HttpHeader.h:87–91  ·  view source on GitHub ↗

request method version

Source from the content-addressed store, hash-verified

85
86 // request method version
87 int
88 version() const
89 {
90 return TSHttpHdrVersionGet(m_buffer, m_lochdr);
91 }
92
93 // Returns string representation of the url. Caller gets ownership!
94 char *urlString(int *const urllen) const;

Callers 1

handleFirstServerHeaderFunction · 0.45

Calls 1

TSHttpHdrVersionGetFunction · 0.85

Tested by

no test coverage detected