class Handler::HTMLFilter

Overview

A HTMLFilter that uses Lexbor to modify the HTML

Defined in:

http_handlers.cr

Constructors

Instance methods inherited from class Handler::Filter

close close, flush flush, read(slice : Bytes) read, write(slice : Bytes) : Nil write

Constructor methods inherited from class Handler::Filter

new(proc : FilterProc, context : HTTP::Server::Context) new

Constructor Detail

def self.new(htmlproc : HTMLFilterProc, context : HTTP::Server::Context) #

[View source]