Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 453 Bytes

http.md

File metadata and controls

26 lines (18 loc) · 453 Bytes

HTTP

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)

HTTP Class

.. automodule:: socfaker.http
   :members:
   :undoc-members: