Enum
HTTPHeaderParseWarnings

Flags that indicate what problems, if any, were encountered in parsing HTTP headers

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
[Flags]
public enum HTTPHeaderParseWarnings

Fields

EndedWithLFCRLF

The HTTP headers ended incorrectly with \n\r\n

Declaration

cs-api-definition
EndedWithLFCRLF = 2

Field Value

HTTPHeaderParseWarnings

EndedWithLFLF

The HTTP headers ended incorrectly with \n\n

Declaration

cs-api-definition
EndedWithLFLF = 1

Field Value

HTTPHeaderParseWarnings

Malformed

The HTTP headers were malformed.

Declaration

cs-api-definition
Malformed = 4

Field Value

HTTPHeaderParseWarnings

None

There were no problems parsing the HTTP headers

Declaration

cs-api-definition
None = 0

Field Value

HTTPHeaderParseWarnings