C# Class Apachai.ContextExtensions

Afficher le fichier Open project: garuma/apachai

Méthodes publiques

Méthode 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 méthode

public static HandleEmptyJson ( this response ) : void
response this
Résultat void

HandleJson() public static méthode

public static HandleJson ( this response, string json ) : void
response this
json string
Résultat void

RawServing() public static méthode

public static RawServing ( this response, string mime, int maxAge, string data ) : void
response this
mime string
maxAge int
data string
Résultat void