HttpHeaderParser Static Class

Definition

Line 10 of System.Net.Http/HttpHeaderParser.cm

Member Functions

public static HttpHeader Parse(HttpLexer& lexer)
public static Match field_content(HttpLexer& lexer)
public static Match field_name(HttpLexer& lexer)
public static Match field_value(HttpLexer& lexer)
public static Match message_header(HttpLexer& lexer)

Member Function Details

Parse Static Member Function

public static HttpHeader Parse(HttpLexer& lexer)

Definition
Line 12 of System.Net.Http/HttpHeaderParser.cm


field_content Static Member Function

public static Match field_content(HttpLexer& lexer)

Definition
Line 366 of System.Net.Http/HttpHeaderParser.cm


field_name Static Member Function

public static Match field_name(HttpLexer& lexer)

Definition
Line 153 of System.Net.Http/HttpHeaderParser.cm


field_value Static Member Function

public static Match field_value(HttpLexer& lexer)

Definition
Line 201 of System.Net.Http/HttpHeaderParser.cm


message_header Static Member Function

public static Match message_header(HttpLexer& lexer)

Definition
Line 50 of System.Net.Http/HttpHeaderParser.cm