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

Method password_set

include/proxy/hdrs/URL.h:592–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590 -------------------------------------------------------------------------*/
591
592inline void
593URL::password_set(const char *value, int length)
594{
595 ink_assert(valid());
596 m_url_impl->set_password(m_heap, value, length, true);
597}
598
599/*-------------------------------------------------------------------------
600 -------------------------------------------------------------------------*/

Callers 1

redirect_requestMethod · 0.80

Calls 1

set_passwordMethod · 0.80

Tested by

no test coverage detected