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

Method getContent

plugins/esi/fetcher/HttpDataFetcher.h:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 virtual int getNumPendingRequests() const = 0;
68
69 virtual bool
70 getContent(const char *url, int url_len, const char *&content, int &content_len) const
71 {
72 return getContent(std::string(url, url_len), content, content_len);
73 }
74
75 virtual bool
76 getContent(const char *url, const char *&content, int &content_len) const

Callers 1

_getIncludeDataMethod · 0.45

Calls 1

stringClass · 0.85

Tested by

no test coverage detected