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

Method fragment_set

include/proxy/hdrs/URL.h:722–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 -------------------------------------------------------------------------*/
721
722inline void
723URL::fragment_set(const char *value, int length)
724{
725 ink_assert(valid());
726 m_url_impl->set_fragment(m_heap, value, length, true);
727}
728
729/**
730 Parser doesn't clear URL first, so if you parse over a non-clear URL,

Callers 2

build_requestMethod · 0.80
invokeMethod · 0.80

Calls 1

set_fragmentMethod · 0.80

Tested by

no test coverage detected