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

Method flushheaders

thirdparty/clientform/clientform.py:404–406  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

402 self._headers.append(line)
403
404 def flushheaders(self):
405 self._fp.writelines(self._headers)
406 self._headers = []
407
408 def startbody(self, ctype=None, plist=[], prefix=1,
409 add_to_http_hdrs=0, content_type=1):

Callers 1

startbodyMethod · 0.95

Calls 1

writelinesMethod · 0.80

Tested by

no test coverage detected