Multigiri: middleware for intelligent post-processing of HTML/XML documents
No more String#gsub in Rack middlewares! Nokogiri can do this dirty job, so why don’t employ it for doing HTML/XML post-processing in middlewares? Multigiri parse your document just once and add the Nokogiri document to all the middlewares for processing in [status, headers, document]
.
Comments
Copied from the original post to here (too long for FP):
Post a comment