HTTP Trigger
Wick’s HTTP Trigger initializes an HTTP server and routes incoming requests to configured routers .
The HTTP Trigger takes a TCP Port resource and a list of routers that act on requests.
Routers
- Rest Router - A router that turns Wick component’s into a JSON Rest API.
- Static Router - A router that serves static files from a configured volume or directory.
- Proxy Router - A router that proxies requests to a configured URL.
- Raw Router - A router that delegates requests directly to a configured operation.