Table of Contents

Method GetRawHttpRequest

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

GetRawHttpRequest(bool, bool)

Gets a visual representation of this request.

public string GetRawHttpRequest(bool includeBody = true, bool appendExtraInfo = false)

Parameters

includeBody bool

Optional. Defines if the body should be included in the output.

appendExtraInfo bool

Optional. Appends extra information, such as request id and date into the output.

Returns

string