Enum Class RequestPreambleState

java.lang.Object
java.lang.Enum<RequestPreambleState>
io.fusionauth.http.server.RequestPreambleState
All Implemented Interfaces:
Serializable, Comparable<RequestPreambleState>, Constable

public enum RequestPreambleState extends Enum<RequestPreambleState>
Finite state machine parser for an HTTP 1.1 request preamble. This is the start-line and headers.
Author:
Brian Pontarelli