Click or drag to resize
HTTPHeaderParseWarnings Enumeration
Flags that indicate what problems, if any, were encountered in parsing HTTP headers

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
[FlagsAttribute]
public enum HTTPHeaderParseWarnings
Members
  Member nameValueDescription
None0 There were no problems parsing the HTTP headers
EndedWithLFLF1 The HTTP headers ended incorrectly with \n\n
EndedWithLFCRLF2 The HTTP headers ended incorrectly with \n\r\n
Malformed4 The HTTP headers were malformed.
See Also