|
|
|
|
|
by codetrotter
1113 days ago
|
|
I was wondering which versions of HTTP will this be added to Thinking, will it be possible to send HTTP/1.1 QUERY requests? HTTP/2 QUERY requests? Or will it be for HTTP/3 or something even higher? Well the examples given in the document seems to indicate that it will be possible to use with HTTP/1.1 even QUERY /contacts HTTP/1.1
Host: example.org
Content-Type: example/query
Accept: text/csv
select surname, givenname, email limit 10
|
|