=doc #17938 remove confusing POST wording in formFields

This commit is contained in:
Konrad Malawski 2015-10-14 10:19:47 +02:00
parent cddb1ade40
commit da7e043372
2 changed files with 2 additions and 3 deletions

View file

@ -20,7 +20,7 @@ The signature shown is simplified and written in pseudo-syntax, the real signatu
Description
-----------
Extracts fields from POST requests generated by HTML forms.
Extracts fields from requests generated by HTML forms (independently of ``HttpMethod`` used).
Form fields can be either extracted as a String or can be converted to another type. The parameter name
can be supplied either as a String or as a Symbol. Form field extraction can be modified to mark a field

View file

@ -42,5 +42,4 @@ See also: https://tools.ietf.org/html/rfc7233
Example
-------
.. includecode2:: ../../../../code/docs/http/scaladsl/server/directives/RangeDirectivesExamplesSpec.scala
:snippet: withRangeSupport
TODO (../../../../code/docs/http/scaladsl/server/directives/RangeDirectivesExamplesSpec.scala)