Re: Call for Adoption: SEARCH method

Mark,

There is a s/GET/POST/ error in the introduction:

   As an alternative to using GET, many implementations make use of the
   HTTP POST method to perform queries, as illustrated in the example
   below.  In this case, the input parameters to the search operation
   are passed along within the request payload as opposed to using the
   request URI.

   A typical use of HTTP *GET* for requesting a search

   POST /feed HTTP/1.1
   Host: example.org
   Content-Type: application/x-www-form-urlencoded

   q=foo&limit=10&sort=-published


On Wed, 4 Nov 2020 at 02:10, Mark Nottingham <mnot@mnot.net> wrote:

> As discussed in the October 202 Interim, this is a Call for Adoption for
> the HTTP SEARCH method draft:
>   https://tools.ietf.org/html/draft-snell-search-method-02
>
> Please indicate whether you support adoption in response to this e-mail;
> information about intent to implement (or use) it is also useful.
>
> The Call for Adoption will end on 18 November 2020.
>
> Cheers,
>
> Mark and Tommy
>
>
>

-- 
Greg Wilkins <gregw@webtide.com> CTO http://webtide.com

Received on Thursday, 5 November 2020 08:50:34 UTC