Open sehraf opened 2 years ago
This issue can be closed, as I checked that sending requests even with different case seems to work without any issue, for e.g rsfiles
/rsFiles
both work.
And for the 2nd issue, we don't need to mention content-type unless the request is of PUT
or POST
type. I read this on this Stack Overflow thread https://stackoverflow.com/a/16693884/16184838
So, I guess we can close this issue @csoler.
I've encountered a few issues whhile working on rustyshare:
application/json
rsmsgs
as URL (which should bersMsgs
)Here is a patch