MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _hval

Function _hval

thirdparty/bottle/bottle.py:1996–2000  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1994
1995
1996def _hval(value):
1997 value = tonat(value)
1998 if '\n' in value or '\r' in value or '\0' in value:
1999 raise ValueError("Header value must not contain control characters: %r" % value)
2000 return value
2001
2002
2003class HeaderProperty(object):

Callers 7

__setitem__Method · 0.85
set_headerMethod · 0.85
add_headerMethod · 0.85
headerlistMethod · 0.85
__setitem__Method · 0.85
appendMethod · 0.85
replaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…