removed whitespace diffs

This commit is contained in:
Ryan Marcus
2016-07-27 17:08:28 -04:00
parent 56387c61dd
commit 0a03b18ae9

View File

@@ -387,8 +387,6 @@ proc format(p: MultipartData): tuple[header, body: string] =
result.body.add("--" & bound & "\c\L" & s)
result.body.add("--" & bound & "--\c\L")
proc request*(url: string, httpMethod: string, extraHeaders = "",
body = "", sslContext = defaultSSLContext, timeout = -1,
userAgent = defUserAgent, proxy: Proxy = nil): Response =