From: Alexandre Terrasa Date: Wed, 1 Jun 2016 14:46:47 +0000 (-0400) Subject: lib/nitcorn: fix `missing doc` warnings X-Git-Url: http://nitlanguage.org lib/nitcorn: fix `missing doc` warnings Signed-off-by: Alexandre Terrasa --- diff --git a/lib/nitcorn/http_request.nit b/lib/nitcorn/http_request.nit index 9e94493..30dc34c 100644 --- a/lib/nitcorn/http_request.nit +++ b/lib/nitcorn/http_request.nit @@ -114,6 +114,7 @@ class HttpRequestParser # Words of the first line private var first_line = new Array[String] + # Parse the `first_line`, `header_fields` and `body` of `full_request`. fun parse_http_request(full_request: String): nullable HttpRequest do clear_data