This documentation provides details about the data that can be faked for HTTP data.
To retrieve generated/fake data for HTTP information see the following capabilities:
from socfaker import SocFaker
sc = SocFaker()
print(sc.http.request)
print(sc.http.response)
print(sc.http.status_code)
print(sc.http.method)
print(sc.http.bytes)
.. automodule:: socfaker.http
:members:
:undoc-members: