Modules§
- asset_
graph - combined
- conditional
- headers
- issue_
context - lazy_
instantiated - query
- request
- route_
tree - router
- static_
assets - wrapping_
source
Structs§
- Body
- A request body.
- Content
Source Data - Additional info passed to the ContentSource. It was extracted from the http request.
- Content
Source Data Vary - Describes additional information that need to be sent to requests to ContentSource. By sending these information ContentSource responses are cached-keyed by them and they can access them.
- Content
Sources - This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn ContentSource>>>
. - GetContent
Source Contents - This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn GetContentSourceContent>>>
. - Header
List - A list of headers arranged as contiguous (name, value) pairs.
- NoContent
Source - An empty ContentSource implementation that responds with NotFound for every request.
- Proxy
Result - The result of proxying a request to another HTTP server.
- Rewrite
- A rewrite returned from a ContentSource. This tells the dev server to update its parsed url, path, and queries with this new information.
- Rewrite
Builder - Static
Content
Enums§
- Content
Source Content - The content of a result that is returned by a content source.
- Content
Source Data Filter - Filter function that describes which information is required.
- Rewrite
Type
Traits§
- Content
Source - A source of content that the dev server uses to respond to http requests.
- Content
Source Ext - Content
Source Side Effect - This trait can be emitted as collectible and will be applied after the request is handled and it’s ensured that it finishes before the next request is handled.
- GetContent
Source Content - A functor to receive the actual content of a content source result.