Click or drag to resize
UtilitiesHTTPMethodRequiresBody Method
Determines true if a request with the specified HTTP Method/Verb MUST contain a entity body

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool HTTPMethodRequiresBody(
	string sMethod
)

Parameters

sMethod
Type: SystemString
The Method/Verb

Return Value

Type: Boolean
TRUE if the HTTP Method MUST contain a request body.
See Also