Skip to content

Commit d089921

Browse files
committed
Updated Documentation__Request (markdown)
1 parent 7f3ece2 commit d089921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation__Request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
See WSF_REQUEST
22

3-
== About parameters ==
3+
## About parameters
44
Note that by default there is a smart computation for the query/post/... parameters:
55
for instance
66
- `q=a&q=b` : will create a **WSF_MULTIPLE_STRING** parameter with name **q** and value `[a,b]`
@@ -10,8 +10,8 @@ for instance
1010

1111
Those rules are applied to query, post, path, .... parameters.
1212

13-
== How to get the input data (i.e entity-body) ?==
13+
## How to get the input data (i.e entity-body) ?
1414
See <eiffel>{WSF_REQUEST}.read_input_data_into (buf: STRING)
1515

16-
== How to get the raw header data (i.e the http header text) ?==
16+
## How to get the raw header data (i.e the http header text) ?
1717
See <eiffel>{WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32

0 commit comments

Comments
 (0)