# 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.