Function registerFormInterface

Generates a form based interface to the given instance.

Each function is callable with either GET or POST using form encoded parameters. Complex parameters are encoded as JSON strings.

Note that this function is currently not fully implemented.

Prototypes

void registerFormInterface(I)(
  UrlRouter router,
  I instance,
  string url_prefix,
  MethodStyle style
);

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.