You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+63-49Lines changed: 63 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,91 +15,80 @@ See our:
15
15
*[Mailing list](https://www.ietf.org/mailman/listinfo/httpapi) - announcements, calls for consensus, and general discussion of our work
16
16
*[Discussion repo](https://github.com/ietf-wg-httpapi/discussion/discussions) - alternative venue for discussing ideas about new specifications
17
17
18
-
## Current and Upcoming Work [Updated July 2024]
18
+
## Current and Upcoming Work [Updated Sep 2025]
19
19
20
20
The group is currently working on the following specifications (in the GitHub repository indicated). The step in the progress graph with an orange circle represents the current state of the document. The pink colour indicates the status at the last IETF meeting :
#### [REST API Media Types](https://datatracker.ietf.org/doc/draft-ietf-httpapi-rest-api-mediatypes/) - _[repository](https://github.com/ietf-wg-httpapi/mediatypes)_
81
71
```mermaid
82
72
graph LR
83
73
classDef current fill:orange
84
74
classDef lastIETF fill:pink
85
75
86
-
WG-Adopt((WG Adopt)) --draft-05--> WGLC
76
+
WG-Adopt((WG Adopt)) --draft-07--> WGLC
77
+
class WG-Adopt current
87
78
WGLC --> AD-Review
88
79
AD-Review --> IETF-LC
89
80
IETF-LC --> IESG-Review
90
81
IESG-Review --> RFC-Editor
91
82
RFC-Editor --> RFC
92
-
93
-
class WG-Adopt current
94
83
```
95
84
96
-
#### [RateLimit Fields for HTTP](https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/) - _[repository](https://github.com/ietf-wg-httpapi/ratelimit-headers)_
85
+
#### [Byte Range Patch](https://datatracker.ietf.org/doc/draft-ietf-httpapi-patch-byterange/)
97
86
```mermaid
98
87
graph LR
99
88
classDef current fill:orange
100
89
classDef lastIETF fill:pink
101
90
102
-
WG-Adopt((WG Adopt)) --draft-07--> WGLC
91
+
WG-Adopt((WG Adopt)) --draft-03--> WGLC
103
92
class WG-Adopt current
104
93
WGLC --> AD-Review
105
94
AD-Review --> IETF-LC
@@ -108,13 +97,13 @@ graph LR
108
97
RFC-Editor --> RFC
109
98
```
110
99
111
-
#### [REST API Media Types](https://datatracker.ietf.org/doc/draft-ietf-httpapi-rest-api-mediatypes/) - _[repository](https://github.com/ietf-wg-httpapi/mediatypes)_
100
+
#### [Authentication Link Relations](https://datatracker.ietf.org/doc/draft-ietf-httpapi-authentication-link/)
112
101
```mermaid
113
102
graph LR
114
103
classDef current fill:orange
115
104
classDef lastIETF fill:pink
116
105
117
-
WG-Adopt((WG Adopt)) --draft-05--> WGLC
106
+
WG-Adopt((WG Adopt)) --draft-01--> WGLC
118
107
class WG-Adopt current
119
108
WGLC --> AD-Review
120
109
AD-Review --> IETF-LC
@@ -123,13 +112,14 @@ graph LR
123
112
RFC-Editor --> RFC
124
113
```
125
114
126
-
#### [Byte Range Patch](https://datatracker.ietf.org/doc/draft-ietf-httpapi-patch-byterange/)
#### [Linkset: Media Types and a Link Relation Type for Link Sets](https://datatracker.ietf.org/doc/draft-ietf-httpapi-linkset/) - _[repository](https://github.com/ietf-wg-httpapi/linkset)_
0 commit comments