Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add PUT and DELETE request + specific method value to HTTP API (#9909)
- Loading branch information
Showing
with
98 additions
and 44 deletions.
- +9 −3 doc/lua_api.txt
- +2 −1 src/client/clientmedia.cpp
- +39 −27 src/httpfetch.cpp
- +17 −5 src/httpfetch.h
- +1 −1 src/network/networkprotocol.h
- +26 −3 src/script/lua_api/l_http.cpp
- +2 −2 src/script/lua_api/l_http.h
- +2 −2 src/serverlist.cpp