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

Method user_set

include/proxy/hdrs/URL.h:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 -------------------------------------------------------------------------*/
571
572inline void
573URL::user_set(const char *value, int length)
574{
575 ink_assert(valid());
576 m_url_impl->set_user(m_heap, value, length, true);
577}
578
579/*-------------------------------------------------------------------------
580 -------------------------------------------------------------------------*/

Callers 1

redirect_requestMethod · 0.80

Calls 1

set_userMethod · 0.80

Tested by

no test coverage detected