Using HTTP verbs with snapshot requests
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Is there currently any way to test URLs with, say, a POST request? If not, this could be really handy for a lot of folks. It could also represent a part of the solution to the dynamic data issue. For example, my app loads a bunch of dynamic data that changes often. If I could make a POST request with params, I could pass a stub of static data to ensure the reference and the test are using consistent content.
Contributor guide
Assessment
This issue has not been assessed yet.