Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 326 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 326 Bytes

WebApiSearchMethod

Inspired by WebDAV's SEARCH method this demonstrates how to create a custom attribute to enable support for the HTTP Verb SEARCH on an Action, essentaly this is a 'GET with body'. Useful for those situations where limitations on GET might result in POST actions for returning data from your RESTful API.