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

Method from_url

plugins/header_rewrite/parser.h:44–48  ·  view source on GitHub ↗

These are not const char *, because, you know, everything else with argv is a char

Source from the content-addressed store, hash-verified

42
43 // These are not const char *, because, you know, everything else with argv is a char *
44 char *
45 from_url() const
46 {
47 return _from_url;
48 }
49
50 char *
51 to_url() const

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected