C# Class Jackett.CurlHelper.CurlRequest

Show file Open project: Jackett/Jackett

Public Methods

Method Description
CurlRequest ( HttpMethod method, string url, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPOSTData = null ) : CurlSharp

Method Details

CurlRequest() public method

public CurlRequest ( HttpMethod method, string url, string cookies = null, string referer = null, string>.Dictionary headers = null, string rawPOSTData = null ) : CurlSharp
method HttpMethod
url string
cookies string
referer string
headers string>.Dictionary
rawPOSTData string
return CurlSharp