C# Class JsMinifier.Handler.Response.NonCachedResponse

Inheritance: IResponse
Afficher le fichier Open project: 1508/JsMinifier

Méthodes publiques

Méthode Description
NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
WriteJs ( string js ) : void

Méthodes protégées

Méthode Description
HandleCompression ( ) : void

deal with the request accept encoding and add the necessary filter to the response

Method Details

HandleCompression() protected méthode

deal with the request accept encoding and add the necessary filter to the response
protected HandleCompression ( ) : void
Résultat void

NonCachedResponse() public méthode

public NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
http IHttp
isCompressionHandledByResponse bool
Résultat System

WriteJs() public méthode

public WriteJs ( string js ) : void
js string
Résultat void