Method | Description | |
---|---|---|
AddHeader ( string header, string headerValue ) : void | ||
BuildBody ( string>.IDictionary |
||
BuildHeaders ( ) : Kayak.Http.HttpResponseHead | ||
Return ( Func |
||
Return ( string body ) : |
||
WithContentType ( string contentType ) : void | ||
WithFile ( string pathToFile ) : void | ||
WithFileRange ( string pathToFile, int from, int to ) : void | ||
WithStatus ( HttpStatusCode httpStatusCode ) : void |
public AddHeader ( string header, string headerValue ) : void | ||
header | string | |
headerValue | string | |
return | void |
public BuildBody ( string>.IDictionary |
||
headers | string>.IDictionary | |
return | IDataProducer |
public BuildHeaders ( ) : Kayak.Http.HttpResponseHead | ||
return | Kayak.Http.HttpResponseHead |
public Return ( Func |
||
body | Func |
|
return |
public Return ( string body ) : |
||
body | string | |
return |
public WithContentType ( string contentType ) : void | ||
contentType | string | |
return | void |
public WithFileRange ( string pathToFile, int from, int to ) : void | ||
pathToFile | string | |
from | int | |
to | int | |
return | void |
public WithStatus ( HttpStatusCode httpStatusCode ) : void | ||
httpStatusCode | HttpStatusCode | |
return | void |