byteblowerll.byteblower.CapturedHTTPData¶
-
class
byteblowerll.byteblower.
CapturedHTTPData
(*args, **kwargs)¶ This class represents captured HTTP data.
The HTTP data is a local snapshot of the HTTP data received in a HTTP session at the ByteBlower Server.
HTTP data capture is currently supported on HTTP Client objects. .. code-block:: python
emphasize-lines: 2
captureData = httpClient.CaptureGet() print(captureData.HttpSizeGet())
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
DescriptionGet
(*args)Gets a textual description for the current object HttpBytesGet
()Returns the captured HTTP data. HttpBytesSave
(inFileName)Saves the captured HTTP data to file. HttpSizeGet
()Returns the number of captured bytes of HTTP data. ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. __init__
(*args, **kwargs)Initialize self. Attributes
thisown
The membership flag -