aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_client.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_client.erl')
-rw-r--r--src/cowboy_client.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_client.erl b/src/cowboy_client.erl
index faee904..b5f96b3 100644
--- a/src/cowboy_client.erl
+++ b/src/cowboy_client.erl
@@ -40,7 +40,7 @@
timeout = 5000 :: timeout(), %% @todo Configurable.
buffer = <<>> :: binary(),
connection = keepalive :: keepalive | close,
- version = 'HTTP/1.1' :: cowboy_http:version(),
+ version = 'HTTP/1.1' :: cowboy:http_version(),
response_body = undefined :: undefined | non_neg_integer()
}).