Browse code

Merge pull request #22683 from npcode/docs-no-request-status

docs: Remove RequestStatusCode
(cherry picked from commit 2ae863c28fdae1da9794942c90efa9f217bccd83)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/05/13 04:29:45
Showing 1 changed files
... ...
@@ -151,8 +151,7 @@ should implement the following two methods:
151 151
     "RequestMethod":     "The HTTP method",
152 152
     "RequestURI":        "The HTTP request URI",
153 153
     "RequestBody":       "Byte array containing the raw HTTP request body",
154
-    "RequestHeader":     "Byte array containing the raw HTTP request header as a map[string][]string ",
155
-    "RequestStatusCode": "Request status code"
154
+    "RequestHeader":     "Byte array containing the raw HTTP request header as a map[string][]string "
156 155
 }
157 156
 ```
158 157
 
... ...
@@ -177,7 +176,6 @@ should implement the following two methods:
177 177
     "RequestURI":        "The HTTP request URI",
178 178
     "RequestBody":       "Byte array containing the raw HTTP request body",
179 179
     "RequestHeader":     "Byte array containing the raw HTTP request header as a map[string][]string",
180
-    "RequestStatusCode": "Request status code",
181 180
     "ResponseBody":      "Byte array containing the raw HTTP response body",
182 181
     "ResponseHeader":    "Byte array containing the raw HTTP response header as a map[string][]string",
183 182
     "ResponseStatusCode":"Response status code"