Allows processing the return value of a handler method and the request/response objects.
Allows processing the server request/response before the handler method is called.
Implements the given interface by forwarding all public methods to a REST server.
Encapsulates settings used to customize the generated REST interface.
Generates JavaScript code to access a REST interface from the browser.
Registers a REST interface and connects it the the given instance.
Returns a HTTP handler delegate that serves a JavaScript REST client.
Models REST collection interfaces using natural D syntax.
Automatic REST interface and client code generation facilities.