Enum HTTPHeaderParseWarnings
Flags that indicate what problems, if any, were encountered in parsing HTTP headers
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public enum HTTPHeaderParseWarnings
EndedWithLFCRLF
The HTTP headers ended incorrectly with \n\r\n
EndedWithLFLF
The HTTP headers ended incorrectly with \n\n
Malformed
The HTTP headers were malformed.
None
There were no problems parsing the HTTP headers