- Companion:
- object
Type members
Types
Inherited types
Value members
Concrete methods
Inherited methods
Whether or not this endpoint allows matching on sub-paths: does
@endpoint("/foo")
capture the path "/foo/bar/baz"? Useful to e.g. have
an endpoint match URLs with paths in a filesystem (real or virtual) to
serve files
Whether or not this endpoint allows matching on sub-paths: does
@endpoint("/foo")
capture the path "/foo/bar/baz"? Useful to e.g. have
an endpoint match URLs with paths in a filesystem (real or virtual) to
serve files
- Inherited from:
- Endpoint
Inherited fields
Which HTTP methods does this endpoint support? POST? GET? PUT? Or some combination of those?
Which HTTP methods does this endpoint support? POST? GET? PUT? Or some combination of those?
- Inherited from:
- Endpoint