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

Method get_status

plugins/header_rewrite/operators.h:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 void initialize(Parser &p) override;
148
149 TSHttpStatus
150 get_status() const
151 {
152 return static_cast<TSHttpStatus>(_status.get_int_value());
153 }
154
155 const std::string &
156 get_location() const

Callers

nothing calls this directly

Calls 1

get_int_valueMethod · 0.80

Tested by

no test coverage detected