-
Notifications
You must be signed in to change notification settings - Fork 55
/
ietf-httpbis-2022-02-safemethod.xhtml
98 lines (93 loc) · 2.5 KB
/
ietf-httpbis-2022-02-safemethod.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>IETF HTTP WG 2022-02 Interim - QUERY Method</title>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:r,b,i,bi');
body {
color: black;
font-family: 'Noto Sans', cambria, helvetica, arial, sans-serif;
font-size: 18pt;
}
h1 {
font-size: 36pt;
}
pre {
font-family: consolas;
}
tt {
font-family: consolas;
}
li {
margin-top: 0.5em;
}
q {
font-style: italic;
}
del {
color: red;
text-decoration: line-through;
}
ins {
color: green;
text-decoration: underline;
}
.break {
page-break-before: always;
}
@page {
font-family: 'Noto Sans', cambria, helvetica, arial, sans-serif;
size: a4 landscape;
}
@page {
@bottom-left {
content: "Julian Reschke, greenbytes";
}
@bottom-right {
content: counter(page);
}
@top-center {
content: "IETF HTTP WG 2022-02 Interim - QUERY Method";
}
}
</style>
</head>
<body>
<h1>IETF HTTP WG 2022-02 Interim - QUERY Method</h1>
<p>
<a href="mailto:[email protected]">Julian Reschke</a>, greenbytes
</p>
<h2 class="break">Current Status</h2>
<p>
Latest changes:
</p>
<ul>
<li>
We have picked QUERY as method name (instead of the initial proposal to use SEARCH).
</li>
<li>
Cacheability is defined as similar to GET, except that the request content (payload) needs to be considered in addition to URI.
</li>
</ul>
<h2 class="break">Open Questions</h2>
<ul>
<li>
Can we assign a GETtable URI to the query result? Maybe Content-Location?
(<a href="https://github.com/httpwg/http-extensions/issues/1745">#1745</a>).
</li>
<li>
Examples: would be good to have something with a well-defined
query language (incl. media type), and matching response format.
(<a href="https://github.com/httpwg/http-extensions/issues/1906">#1906</a>)
</li>
<li>
How do conditionals interact with QUERY?
(<a href="https://github.com/httpwg/http-extensions/issues/1917">#1917</a>)
</li>
</ul>
<p>
See also all <a href="https://github.com/httpwg/http-extensions/issues?q=is%3Aissue+is%3Aopen+label%3Asafe-method-w-body">open issues</a>.
</p>
</body>
</html>