Moved (out of project) enum HttpMethod => ln.http
ln.build - build0.waldrennach.l--n.de build job pending Details

master
Harald Wolff 2020-12-08 09:13:17 +01:00
parent 9e0f1573a9
commit 4cf75a223d
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
namespace ln.http.api
{
public enum HttpMethod {
HEAD, GET, POST, PUT, PATCH, DELETE, CONNECT, OPTIONS, TRACE
}
}