Uses of Interface
septogeddon.pluginquery.http.HTTPHeader
Packages that use HTTPHeader
-
Uses of HTTPHeader in septogeddon.pluginquery.http
Methods in septogeddon.pluginquery.http that return HTTPHeaderModifier and TypeMethodDescriptionGet header valueProtocolRequest.getHeaderValue
(String name) Get the header valuestatic HTTPHeader
HTTPHandler.parseHeader
(String headerName, Object rawValue) Parse header raw value into HTTPHeaderMethods in septogeddon.pluginquery.http that return types with arguments of type HTTPHeaderMethod parameters in septogeddon.pluginquery.http with type arguments of type 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 headerConstructor parameters in septogeddon.pluginquery.http with type arguments of type HTTPHeaderModifierConstructorDescriptionProtocolRequest
(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
Classes in septogeddon.pluginquery.http.headertype that implement HTTPHeaderModifier and TypeClassDescriptionclass
Cookie HTTP headerclass
Default (Global) or Unknown (Unregistered) headerclass
Set-Cookie HTTP header