Interface HttpHeader


public interface HttpHeader
Represents a simple HTTP header
  • Method Summary

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

    • getName

      String getName()
      Get the name of the header.
      Returns:
      name
    • getValue

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