Class HttpHeader

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

public class HttpHeader extends Object
  • Field Details

    • name

      public String name
      Name of the header.
    • value

      public String value
      Value of the header.
  • Constructor Details

    • HttpHeader

      public HttpHeader()