Interface HeaderDescription


@ProviderType public interface HeaderDescription
A description of a response header
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the header's key.
    Get the header's values.
  • Method Details

    • getKey

      @Nonnull String getKey()
      Get the header's key.
      Returns:
      The key.
    • getValues

      @Nonnull String[] getValues()
      Get the header's values.
      Returns:
      The values