mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
dmd deprecation handling
This commit is contained in:
parent
498a0b0756
commit
776d34f534
10 changed files with 85 additions and 40 deletions
2
http.d
2
http.d
|
@ -190,7 +190,7 @@ HttpResponse doHttpRequestOnHelpers(void delegate(string) write, char[] delegate
|
|||
in {
|
||||
assert(method == "POST" || method == "GET");
|
||||
}
|
||||
body {
|
||||
do {
|
||||
auto u = UriParts(uri);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue