mirror of https://github.com/adamdruppe/arsd.git
dedebug
This commit is contained in:
parent
3d922ec6c6
commit
c267be254e
5
http2.d
5
http2.d
|
@ -1644,13 +1644,8 @@ class HttpApiClient() {
|
||||||
if(uri[0] == '/')
|
if(uri[0] == '/')
|
||||||
uri = uri[1 .. $];
|
uri = uri[1 .. $];
|
||||||
|
|
||||||
import std.stdio; writeln(uri);
|
|
||||||
writeln(urlBase);
|
|
||||||
|
|
||||||
auto u = Uri(uri).basedOn(Uri(urlBase));
|
auto u = Uri(uri).basedOn(Uri(urlBase));
|
||||||
|
|
||||||
writeln(u.toString());
|
|
||||||
|
|
||||||
auto req = httpClient.navigateTo(u, requestMethod);
|
auto req = httpClient.navigateTo(u, requestMethod);
|
||||||
|
|
||||||
if(oauth2Token.length)
|
if(oauth2Token.length)
|
||||||
|
|
Loading…
Reference in New Issue