toenuff / flancy

A micro web framework for Windows PowerShell
MIT License
189 stars 21 forks source link

Parameter and Request support #6

Closed adamdriscoll closed 9 years ago

adamdriscoll commented 9 years ago

Adds support for Parameters and Request in handler methods. This should enable reading the body and parameters for POST and PUT requests. Updated the example.