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

Method path_set

include/proxy/hdrs/URL.h:662–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 -------------------------------------------------------------------------*/
661
662inline void
663URL::path_set(const char *value, int length)
664{
665 ink_assert(valid());
666 m_url_impl->set_path(m_heap, value, length, true);
667}
668
669/*-------------------------------------------------------------------------
670 -------------------------------------------------------------------------*/

Callers 2

invokeMethod · 0.80

Calls 1

set_pathMethod · 0.80

Tested by

no test coverage detected