Package com.microsoft.playwright.options
Class Sizes
java.lang.Object
com.microsoft.playwright.options.Sizes
-
Field Summary
FieldsModifier and TypeFieldDescriptionintSize of the request body (POST data payload) in bytes.intTotal number of bytes from the start of the HTTP request message until (and including) the double CRLF before the body.intSize of the received response body (encoded) in bytes.intTotal number of bytes from the start of the HTTP response message until (and including) the double CRLF before the body. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
requestBodySize
public int requestBodySizeSize of the request body (POST data payload) in bytes. Set to 0 if there was no body. -
requestHeadersSize
public int requestHeadersSizeTotal number of bytes from the start of the HTTP request message until (and including) the double CRLF before the body. -
responseBodySize
public int responseBodySizeSize of the received response body (encoded) in bytes. -
responseHeadersSize
public int responseHeadersSizeTotal number of bytes from the start of the HTTP response message until (and including) the double CRLF before the body.
-
-
Constructor Details
-
Sizes
public Sizes()
-