coursier / coursier/http-server
Remove or fix POST endpoint
Open
- Dominant language
- Scala
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
For now, POST requests are interpreted like PUT requests, creating a new file at the path of the request. These shouldn't work this way (see [this SO question](https://stackoverflow.com/questions/630453/put-vs-post-in-rest)), either they should create a new file under the directory pointed by the path, or should simply not be supported.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.