Function registerWebInterface
Registers a HTTP/web interface based on a class instance
.
Each method corresponds to one or multiple request URLs.
...
Prototype
void registerWebInterface(C, vibe.web.common.MethodStyle method_style)( URLRouter router, C instance, WebInterfaceSettings settings );
Authors
Sönke Ludwig
Copyright
© 2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.