# Functions
HandleForRequest returns new graph.Handle for given writer name, options and request.
NewAPIv2 creates a new instance of APIv2 with default options.
NewAPIv2Writer creates a new instance of APIv2.
NewBoundAPIv2 creates a new instance of APIv2 bound to a given httprouter.Router.
ParseAccept parses Accept* headers.
# Structs
AcceptSpec describes an Accept* header.
APIv2 holds state and configuration of a request.
NamespaceRule defines a prefix for a namespace when prepended to the suffix of a compact IRI, results in an IRI.
# Type aliases
HandlerWrapper accepts a handler, wraps it with additional functionality and returns a new handler.