From d089921ef585f2ec60c66b583eed5ba860b1a017 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 17 Apr 2014 07:23:54 -0700 Subject: [PATCH] Updated Documentation__Request (markdown) --- Documentation__Request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation__Request.md b/Documentation__Request.md index 90c093bd..e7719509 100644 --- a/Documentation__Request.md +++ b/Documentation__Request.md @@ -1,6 +1,6 @@ See WSF_REQUEST -== About parameters == +## About parameters Note that by default there is a smart computation for the query/post/... parameters: for instance - `q=a&q=b` : will create a **WSF_MULTIPLE_STRING** parameter with name **q** and value `[a,b]` @@ -10,8 +10,8 @@ for instance Those rules are applied to query, post, path, .... parameters. -== How to get the input data (i.e entity-body) ?== +## How to get the input data (i.e entity-body) ? See {WSF_REQUEST}.read_input_data_into (buf: STRING) -== How to get the raw header data (i.e the http header text) ?== +## How to get the raw header data (i.e the http header text) ? See {WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32