Module swim.http
Package swim.http

Class HttpHeader

    • Constructor Detail

      • HttpHeader

        public HttpHeader()
    • Method Detail

      • isBlank

        public boolean isBlank()
      • lowerCaseName

        public abstract String lowerCaseName()
      • name

        public abstract String name()
      • value

        public String value()
      • debug

        public abstract <T> Output<T> debug​(Output<T> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
        Returns:
        the continuation of the output.