C# Class JsMinifier.Handler.Response.NonCachedResponse

Inheritance: IResponse
Exibir arquivo Open project: 1508/JsMinifier

Public Methods

Method Description
NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
WriteJs ( string js ) : void

Protected Methods

Method Description
HandleCompression ( ) : void

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

Method Details

HandleCompression() protected method

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

NonCachedResponse() public method

public NonCachedResponse ( IHttp http, bool isCompressionHandledByResponse ) : System
http IHttp
isCompressionHandledByResponse bool
return System

WriteJs() public method

public WriteJs ( string js ) : void
js string
return void