diff options
author | Ryan Marcus <ryan@rmarcus.info> | 2016-07-27 17:08:28 -0400 |
---|---|---|
committer | Ryan Marcus <ryan@rmarcus.info> | 2016-07-27 17:08:28 -0400 |
commit | 0a03b18ae97d3a484c1daf362e2b1f8208d06a8d (patch) | |
tree | 9532d7b06617ac8c9afdc7acd8233784f43cad68 /lib/pure | |
parent | 56387c61ddaf37962a9174c47716716b497b385d (diff) | |
download | Nim-0a03b18ae97d3a484c1daf362e2b1f8208d06a8d.tar.gz |
removed whitespace diffs
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/httpclient.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pure/httpclient.nim b/lib/pure/httpclient.nim index 5fbb23430..6aab8ed3d 100644 --- a/lib/pure/httpclient.nim +++ b/lib/pure/httpclient.nim @@ -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 = |