dmd deprecation handling

This commit is contained in:
Adam D. Ruppe 2021-06-15 07:23:17 -04:00
parent 498a0b0756
commit 776d34f534
10 changed files with 85 additions and 40 deletions

2
http.d
View file

@ -190,7 +190,7 @@ HttpResponse doHttpRequestOnHelpers(void delegate(string) write, char[] delegate
in {
assert(method == "POST" || method == "GET");
}
body {
do {
auto u = UriParts(uri);