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

Method url_create

include/proxy/hdrs/HTTP.h:985–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983 -------------------------------------------------------------------------*/
984
985inline URL *
986HTTPHdr::url_create(URL *u)
987{
988 ink_assert(valid());
989 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST);
990
991 u->set(this);
992 u->create(m_heap);
993 return (u);
994}
995
996/*-------------------------------------------------------------------------
997 -------------------------------------------------------------------------*/

Callers 2

state_api_calloutMethod · 0.80

Calls 2

setMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected