From da7e043372f830a0df136ad9891f74bb7a91e1b2 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Wed, 14 Oct 2015 10:19:47 +0200 Subject: [PATCH] =doc #17938 remove confusing POST wording in formFields --- .../directives/form-field-directives/formFields.rst | 2 +- .../directives/range-directives/withRangeSupport.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/akka-docs-dev/rst/scala/http/routing-dsl/directives/form-field-directives/formFields.rst b/akka-docs-dev/rst/scala/http/routing-dsl/directives/form-field-directives/formFields.rst index abb95e05de..b265f35961 100644 --- a/akka-docs-dev/rst/scala/http/routing-dsl/directives/form-field-directives/formFields.rst +++ b/akka-docs-dev/rst/scala/http/routing-dsl/directives/form-field-directives/formFields.rst @@ -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 diff --git a/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst b/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst index b078d9efd4..192aef2492 100644 --- a/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst +++ b/akka-docs-dev/rst/scala/http/routing-dsl/directives/range-directives/withRangeSupport.rst @@ -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)