-
Feature Request
-
Resolution: Done
-
Minor
-
1.2.2.Final
The PolicyTestRequestType enum is used in policy tests during the construction of the request object.
At present it supports:
- GET
- PUT
- POST
- DELETE
- HEAD
- OPTIONS
- TRACE
...but not PATCH.
It would be good to be able to test policies that operate on requests sent with the PATCH method.