package
0.0.0-20221027220206-53a1486f4205
Repository: https://github.com/google/webpackager.git
Documentation: pkg.go.dev

# Packages

Package commonproc implements processors applicable to any HTTP responses.
Package complexproc provides a factory of fully-featured processors, namely NewComprehensiveProcessor.
Package htmlproc implements a Processor to process HTML documents.
Package preverify implements processors to verify that HTTP responses can be distributed as signed exchanges.

# Interfaces

Processor scans and maybe modifies the provided Response.

# Type aliases

MultiplexedProcessor is a map from media types to processors.
SequentialProcessor consists of a series of subprocessors.