QttpServer icon indicating copy to clipboard operation
QttpServer copied to clipboard

HttpRoute and HttpServer: Add overloading methods that specify context data

Open rgilio opened this issue 7 years ago • 0 comments

Added new functions to HttpRoute and HttpServer.

HttpServer now supports the ability to pass in generic parameters into any classes extending the Action class.

HttpRoute now has a constructor that supports the ability to specify the dataType alongside the path and input name.

rgilio avatar Aug 29 '18 17:08 rgilio