emulaterest

Open source WSGI middleware to emulate PUT and DELETE requests
Download

emulaterest Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Andras Biczo
  • Publisher web site:
  • http://github.com/abiczo
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

emulaterest Tags


emulaterest Description

Open source WSGI middleware to emulate PUT and DELETE requests The emulaterest middleware intercepts the wrapped application's response and looks for forms with method="DELETE" or method="PUT". For each such form it replaces the value of method with "POST" and adds a hidden input field _method that contains the original request method. It also intercepts incoming requests and does the inverse transformation.What this all means is that you can use PUT and DELETE forms in your HTML code, without having to worry about browser support for these request methods.


emulaterest Related Software