http-filesystem Binding
Bindinghttp-filesystemproxy
http-filesystem Binding
Defines a binding with http-filesystem support, with proxy behavior.
proxy
The proxy kind http-filesystem binding adapts http data streams into filesystem data streams by mapping the path from an inbound http GET request into a filesystem relative path.
Behaves as a web server when combined with tcp, tls, http and filesystem bindings.
http_filesystem_proxy:
type: http-filesystem
kind: proxy
routes:
- when:
- path: /{path}
exit: filesystem_server
with:
path: ${params.path}
