Function formMethodHandler
Overload group
Prototypes
HttpServerRequestDelegate formMethodHandler((DelegateType) if (isCallable!(DelegateType)))( DelegateType func );
See_Also
applyParametersFromAssociativeArrays
Parameters
Returns
A HttpServerRequestDelegate which passes over any form data to the given function. This is private because untested and I am also not sure whether it a) works and b) if it is useful at all. private
Overload group
T is some class or struct. Method some probably overloaded method of T. The returned delegate will try all overloads of the passed method and will only raise an error if no conforming overload is found.
Prototypes
HttpServerRequestDelegate formMethodHandler((T,string method))( T inst );
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.