From 4ce2d6830138c05c8172ad13ea8e536bd4fbf0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sat, 1 Jul 2017 18:32:44 +0200 Subject: [PATCH] Add missing period --- docs/en/modules/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/http.md b/docs/en/modules/http.md index 8e5d4626..68c552d2 100644 --- a/docs/en/modules/http.md +++ b/docs/en/modules/http.md @@ -62,7 +62,7 @@ Executes a HTTP GET request. Note that concurrent requests are not supported. #### Parameters - `url` The URL to fetch, including the `http://` or `https://` prefix - `headers` Optional additional headers to append, *including \r\n*; may be `nil` -- `callback` The callback function to be invoked when the response has been received or an error occurred; it is invoked with the arguments `status_code`, `body` and `headers`. In case of an error `status_code` is set to -1 +- `callback` The callback function to be invoked when the response has been received or an error occurred; it is invoked with the arguments `status_code`, `body` and `headers`. In case of an error `status_code` is set to -1. #### Returns `nil`