QttpServer
QttpServer copied to clipboard
HttpRoute and HttpServer: Add overloading methods that specify context data
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.