Свойство | Тип | Описание | |
---|---|---|---|
HTTP_PARSER_STRICT | bool |
Свойство | Тип | Описание | |
---|---|---|---|
upgrade | bool |
Метод | Описание | |
---|---|---|
Execute ( Manos.Http.ParserSettings settings, ByteBuffer data ) : void | ||
HttpParser ( ) : System | ||
HttpParser ( ParserType type ) : System |
Метод | Описание | |
---|---|---|
header_almost_done ( int ch ) : bool | ||
headers_almost_done ( int ch, Manos.Http.ParserSettings settings, ByteBuffer data, int p_err ) : bool | ||
http_should_keep_alive ( ) : bool | ||
isAtoZ ( int b ) : bool | ||
isDigit ( int b ) : bool | ||
lower ( int b ) : byte | ||
min ( int a, int b ) : int | ||
new_message ( ) : State | ||
p ( object o ) : void | ||
parsing_header ( State state ) : bool | ||
start_req_method_assign ( int c ) : HttpMethod | ||
start_state ( ) : State | ||
upper ( int b ) : byte | ||
usual ( int b ) : bool |
public Execute ( Manos.Http.ParserSettings settings, ByteBuffer data ) : void | ||
settings | Manos.Http.ParserSettings | |
data | ByteBuffer | |
Результат | void |
public HttpParser ( ParserType type ) : System | ||
type | ParserType | |
Результат | System |