Interface SearchHeader

All Known Implementing Classes:
BraveHeaders

public interface SearchHeader
An interface representing a header for a search request.

This interface is implemented by enums that represent the headers that can be used in a search request. The SearchHeader interface provides a method to retrieve the value of a header.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the header.
  • Method Details

    • value

      String value()
      Returns the value of the header.
      Returns:
      the value of the header