From 9db9a4957acb25698a4f71e55c9735b8e9f09b74 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 17 Apr 2014 07:24:13 -0700 Subject: [PATCH] Updated Documentation__Request (markdown) --- Documentation__Request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation__Request.md b/Documentation__Request.md index e7719509..379df595 100644 --- a/Documentation__Request.md +++ b/Documentation__Request.md @@ -11,7 +11,7 @@ for instance Those rules are applied to query, post, path, .... parameters. ## How to get the input data (i.e entity-body) ? -See {WSF_REQUEST}.read_input_data_into (buf: STRING) +See `{WSF_REQUEST}.read_input_data_into (buf: STRING)` ## How to get the raw header data (i.e the http header text) ? -See {WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32 +See `{WSF_REQUEST}.raw_header_data: detachable READABLE_STRING_32`