Interface RequestHeaderConfiguration.Builder

  • Method Details

    • requestHeaderAllowlist

      RequestHeaderConfiguration.Builder requestHeaderAllowlist(Collection<String> requestHeaderAllowlist)

      A list of HTTP request headers that are allowed to be passed through to the runtime.

      Parameters:
      requestHeaderAllowlist - A list of HTTP request headers that are allowed to be passed through to the runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestHeaderAllowlist

      RequestHeaderConfiguration.Builder requestHeaderAllowlist(String... requestHeaderAllowlist)

      A list of HTTP request headers that are allowed to be passed through to the runtime.

      Parameters:
      requestHeaderAllowlist - A list of HTTP request headers that are allowed to be passed through to the runtime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.