Updated Documentation__Request (markdown)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
See WSF_REQUEST
|
See WSF_REQUEST
|
||||||
|
|
||||||
== About parameters ==
|
## About parameters
|
||||||
Note that by default there is a smart computation for the query/post/... parameters:
|
Note that by default there is a smart computation for the query/post/... parameters:
|
||||||
for instance
|
for instance
|
||||||
- `q=a&q=b` : will create a **WSF_MULTIPLE_STRING** parameter with name **q** and value `[a,b]`
|
- `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.
|
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 <eiffel>{WSF_REQUEST}.read_input_data_into (buf: STRING)
|
See <eiffel>{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 <eiffel>{WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32
|
See <eiffel>{WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32
|
||||||
|
|||||||
Reference in New Issue
Block a user