angel_seo library
Functions
-
inlineAssets(Directory assetDirectory)
→ RequestHandler
-
Inlines assets into buffered responses, resolving paths from an
assetDirectory
. [...]
-
inlineAssetsFromVirtualDirectory(VirtualDirectory vDir)
→ VirtualDirectory
-
Wraps a
VirtualDirectory
to patch the way it sends
.html
files. [...]
-
inlineAssetsIntoDocument(Document doc, Directory assetDirectory)
→ Future
-
Replaces
link
and script
tags within a doc
with the static contents they would otherwise trigger an HTTP request to. [...]