Uses of Interface
septogeddon.pluginquery.http.HTTPHeader
-
Uses of HTTPHeader in septogeddon.pluginquery.http
Modifier and TypeMethodDescriptionGet header valueProtocolRequest.getHeaderValue
(String name) Get the header valuestatic HTTPHeader
HTTPHandler.parseHeader
(String headerName, Object rawValue) Parse header raw value into HTTPHeaderModifier and TypeMethodDescriptionstatic void
HTTPHandler.setParser
(String headerName, BiFunction<String, Object, HTTPHeader> factory) Set a parser for specific headerstatic void
HTTPHandler.setParser
(String headerName, Function<Object, HTTPHeader> factory) Set a parser for specific headerModifierConstructorDescriptionProtocolRequest
(HTTPContext context, ProtocolMethod method, ProtocolPath path, String version, Map<String, HTTPHeader> headers, io.netty.buffer.ByteBuf content) -
Uses of HTTPHeader in septogeddon.pluginquery.http.headertype
Modifier and TypeClassDescriptionclass
Cookie HTTP headerclass
Default (Global) or Unknown (Unregistered) headerclass
Set-Cookie HTTP header