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

Method query_set

include/proxy/hdrs/URL.h:702–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 -------------------------------------------------------------------------*/
701
702inline void
703URL::query_set(const char *value, int length)
704{
705 ink_assert(valid());
706 m_url_impl->set_query(m_heap, value, length, true);
707}
708
709/*-------------------------------------------------------------------------
710 -------------------------------------------------------------------------*/

Callers 2

invokeMethod · 0.80
invoke_on_urlMethod · 0.80

Calls 1

set_queryMethod · 0.80

Tested by

no test coverage detected