Class Sizes

java.lang.Object
com.microsoft.playwright.options.Sizes

public class Sizes extends Object
  • Field Details

    • requestBodySize

      public int requestBodySize
      Size of the request body (POST data payload) in bytes. Set to 0 if there was no body.
    • requestHeadersSize

      public int requestHeadersSize
      Total number of bytes from the start of the HTTP request message until (and including) the double CRLF before the body.
    • responseBodySize

      public int responseBodySize
      Size of the received response body (encoded) in bytes.
    • responseHeadersSize

      public int responseHeadersSize
      Total 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()