MCPcopy
hub / github.com/encode/httpx / remove_date_header

Function remove_date_header

tests/test_main.py:13–14  ·  tests/test_main.py::remove_date_header
(lines: typing.Iterable[str])

Source from the content-addressed store, hash-verified

11
12
13def remove_date_header(lines: typing.Iterable[str]) -> typing.Iterable[str]:
14 return [line for line in lines if not line.startswith(class="st">"date:")]
15
16
17def test_help():

Callers 8

test_getFunction · 0.85
test_jsonFunction · 0.85
test_binaryFunction · 0.85
test_redirectsFunction · 0.85
test_follow_redirectsFunction · 0.85
test_postFunction · 0.85
test_verboseFunction · 0.85
test_authFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected