Fetch resources from backends.
Note: Compute@Edge requires all outgoing requests to go to a predefined backend, passed in via the backend property on the init object.
init
Note: Can only be used when processing requests, not during build-time initialization.
fetch on MDN
Optional
An object containing settings to apply to the request
Generated using TypeDoc
Fetch resources from backends.
Note: Compute@Edge requires all outgoing requests to go to a predefined backend, passed in via the backend property on the
init
object.Note: Can only be used when processing requests, not during build-time initialization.
See
fetch on MDN