C# Class Apachai.ContextExtensions

Show file Open project: garuma/apachai

Public Methods

Method Description
HandleEmptyJson ( this response ) : void
HandleJson ( this response, string json ) : void
RawServing ( this response, string mime, int maxAge, string data ) : void

Method Details

HandleEmptyJson() public static method

public static HandleEmptyJson ( this response ) : void
response this
return void

HandleJson() public static method

public static HandleJson ( this response, string json ) : void
response this
json string
return void

RawServing() public static method

public static RawServing ( this response, string mime, int maxAge, string data ) : void
response this
mime string
maxAge int
data string
return void