Skip to content

Commit 9a18c1e

Browse files
committed
Updated website page
1 parent c2addcd commit 9a18c1e

File tree

1 file changed

+63
-49
lines changed

1 file changed

+63
-49
lines changed

index.md

Lines changed: 63 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -15,91 +15,80 @@ See our:
1515
* [Mailing list](https://www.ietf.org/mailman/listinfo/httpapi) - announcements, calls for consensus, and general discussion of our work
1616
* [Discussion repo](https://github.com/ietf-wg-httpapi/discussion/discussions) - alternative venue for discussing ideas about new specifications
1717

18-
## Current and Upcoming Work [Updated July 2024]
18+
## Current and Upcoming Work [Updated Sep 2025]
1919

2020
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 :
2121

22-
#### [Link-Template HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-link-template/) - _[repository](https://github.com/ietf-wg-httpapi/link-template)_
23-
22+
#### [API Keys and privacy](https://datatracker.ietf.org/doc/draft-ietf-httpapi-privacy/) - _[repository](https://github.com/ietf-wg-httpapi/httpapi-privacy)_
2423
```mermaid
2524
graph LR
2625
classDef current fill:orange
2726
classDef lastIETF fill:pink
2827
29-
WG-Adopt --draft-02--> WGLC
28+
WG-Adopt((WG Adopt)) --draft-03--> WGLC
3029
WGLC --> AD-Review
3130
AD-Review --> IETF-LC
32-
IETF-LC --> IANA-Review
33-
IANA-Review --> IESG-Review((IESG-Review))
34-
IETF-LC --draft-03--> IESG-Review
35-
IESG-Review --draft-04--> RFC-Editor
36-
RFC-Editor --> RFC
37-
38-
class IESG-Review lastIETF
39-
class RFC-Editor current
31+
IETF-LC --> IESG-Review
32+
IESG-Review --> RFC-Editor
33+
RFC-Editor --> RFC
4034
35+
class WG-Adopt current
4136
```
4237

43-
#### [The Deprecation HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-deprecation-header/) - _[repository](https://github.com/ietf-wg-httpapi/deprecation-header)_
4438

39+
#### [The Idempotency-Key HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-idempotency-key-header/) - _[repository](https://github.com/ietf-wg-httpapi/idempotency)_
4540
```mermaid
4641
graph LR
4742
classDef current fill:orange
4843
classDef lastIETF fill:pink
4944
50-
WG-Adopt((WG Adopt)) --draft-03--> WGLC
45+
WG-Adopt((WG Adopt)) --draft-06--> WGLC
5146
WGLC --> AD-Review
5247
AD-Review --> IETF-LC
53-
IETF-LC --draft-04--> IESG-Review
48+
IETF-LC --> IESG-Review
5449
IESG-Review --> RFC-Editor
5550
RFC-Editor --> RFC
5651
57-
class IESG-Review current
58-
class WG-Adopt lastIETF
59-
52+
class WG-Adopt current
6053
```
6154

62-
#### [API Catalog](https://datatracker.ietf.org/doc/draft-ietf-httpapi-api-catalog/)
55+
#### [RateLimit Fields for HTTP](https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/) - _[repository](https://github.com/ietf-wg-httpapi/ratelimit-headers)_
6356
```mermaid
6457
graph LR
6558
classDef current fill:orange
6659
classDef lastIETF fill:pink
6760
68-
WG-Adopt((WG Adopt)) --draft-00-02--> WGLC
69-
WGLC --draft-03--> AD-Review
61+
WG-Adopt((WG Adopt)) --draft-09--> WGLC
62+
class WG-Adopt current
63+
WGLC --> AD-Review
7064
AD-Review --> IETF-LC
7165
IETF-LC --> IESG-Review
7266
IESG-Review --> RFC-Editor
7367
RFC-Editor --> RFC
74-
75-
class WG-Adopt lastIETF
76-
class WGLC current
77-
7868
```
7969

80-
#### [The Idempotency-Key HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-idempotency-key-header/) - _[repository](https://github.com/ietf-wg-httpapi/idempotency)_
70+
#### [REST API Media Types](https://datatracker.ietf.org/doc/draft-ietf-httpapi-rest-api-mediatypes/) - _[repository](https://github.com/ietf-wg-httpapi/mediatypes)_
8171
```mermaid
8272
graph LR
8373
classDef current fill:orange
8474
classDef lastIETF fill:pink
8575
86-
WG-Adopt((WG Adopt)) --draft-05--> WGLC
76+
WG-Adopt((WG Adopt)) --draft-07--> WGLC
77+
class WG-Adopt current
8778
WGLC --> AD-Review
8879
AD-Review --> IETF-LC
8980
IETF-LC --> IESG-Review
9081
IESG-Review --> RFC-Editor
9182
RFC-Editor --> RFC
92-
93-
class WG-Adopt current
9483
```
9584

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/)
9786
```mermaid
9887
graph LR
9988
classDef current fill:orange
10089
classDef lastIETF fill:pink
10190
102-
WG-Adopt((WG Adopt)) --draft-07--> WGLC
91+
WG-Adopt((WG Adopt)) --draft-03--> WGLC
10392
class WG-Adopt current
10493
WGLC --> AD-Review
10594
AD-Review --> IETF-LC
@@ -108,13 +97,13 @@ graph LR
10897
RFC-Editor --> RFC
10998
```
11099

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/)
112101
```mermaid
113102
graph LR
114103
classDef current fill:orange
115104
classDef lastIETF fill:pink
116105
117-
WG-Adopt((WG Adopt)) --draft-05--> WGLC
106+
WG-Adopt((WG Adopt)) --draft-01--> WGLC
118107
class WG-Adopt current
119108
WGLC --> AD-Review
120109
AD-Review --> IETF-LC
@@ -123,13 +112,14 @@ graph LR
123112
RFC-Editor --> RFC
124113
```
125114

126-
#### [Byte Range Patch](https://datatracker.ietf.org/doc/draft-ietf-httpapi-patch-byterange/)
115+
116+
#### [Link Hint](https://datatracker.ietf.org/doc/draft-ietf-httpapi-link-hint/) - _[repository](https://github.com/ietf-wg-httpapi/link-hint)_
127117
```mermaid
128118
graph LR
129119
classDef current fill:orange
130120
classDef lastIETF fill:pink
131121
132-
WG-Adopt((WG Adopt)) --draft-01--> WGLC
122+
WG-Adopt((WG Adopt)) --draft-00-04--> WGLC
133123
class WG-Adopt current
134124
WGLC --> AD-Review
135125
AD-Review --> IETF-LC
@@ -138,40 +128,65 @@ graph LR
138128
RFC-Editor --> RFC
139129
```
140130

141-
#### [Authentication Link Relations](https://datatracker.ietf.org/doc/draft-ietf-httpapi-authentication-link/)
131+
132+
133+
## Completed Work
134+
135+
#### [API Catalog](https://datatracker.ietf.org/doc/draft-ietf-httpapi-api-catalog/)
142136
```mermaid
143137
graph LR
144138
classDef current fill:orange
145139
classDef lastIETF fill:pink
146140
147-
WG-Adopt((WG Adopt)) --draft-00--> WGLC
148-
class WG-Adopt current
149-
WGLC --> AD-Review
141+
WG-Adopt((WG Adopt)) --draft-00-02--> WGLC
142+
WGLC --draft-03--> AD-Review
150143
AD-Review --> IETF-LC
151144
IETF-LC --> IESG-Review
152-
IESG-Review --> RFC-Editor
153-
RFC-Editor --> RFC
145+
IESG-Review --draft-04-08--> RFC-Editor
146+
RFC-Editor --> RFC9727
147+
148+
class RFC current
149+
154150
```
155151

156152

157-
#### [Link Hint](https://datatracker.ietf.org/doc/draft-ietf-httpapi-link-hint/)
153+
#### [The Deprecation HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-deprecation-header/) - _[repository](https://github.com/ietf-wg-httpapi/deprecation-header)_
154+
158155
```mermaid
159156
graph LR
160157
classDef current fill:orange
161158
classDef lastIETF fill:pink
162159
163-
WG-Adopt((WG Adopt)) --draft-00-01--> WGLC
164-
class WG-Adopt current
160+
WG-Adopt((WG Adopt)) --draft-03--> WGLC
165161
WGLC --> AD-Review
166162
AD-Review --> IETF-LC
167-
IETF-LC --> IESG-Review
168-
IESG-Review --> RFC-Editor
169-
RFC-Editor --> RFC
163+
IETF-LC --draft-04--> IESG-Review
164+
IESG-Review -- draft-05-09 --> RFC-Editor
165+
RFC-Editor --> RFC((RFC9745))
166+
167+
class RFC current
168+
170169
```
171170

171+
#### [Link-Template HTTP Header Field](https://datatracker.ietf.org/doc/draft-ietf-httpapi-link-template/) - _[repository](https://github.com/ietf-wg-httpapi/link-template)_
172172

173+
```mermaid
174+
graph LR
175+
classDef current fill:orange
176+
classDef lastIETF fill:pink
173177
174-
## Completed Work
178+
WG-Adopt --draft-02--> WGLC
179+
WGLC --> AD-Review
180+
AD-Review --> IETF-LC
181+
IETF-LC --> IANA-Review
182+
IANA-Review --> IESG-Review((IESG-Review))
183+
IETF-LC --draft-03--> IESG-Review
184+
IESG-Review --draft-04--> RFC-Editor
185+
RFC-Editor --> RFC((RFC9652))
186+
187+
class RFC current
188+
189+
```
175190

176191
#### [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)_
177192

@@ -222,7 +237,6 @@ graph LR
222237
IESG-Review --> RFC-Editor
223238
RFC-Editor --draft-09-10--> RFC9512((RFC 9512))
224239
225-
class RFC-Editor lastIETF
226240
class RFC9512 current
227241
```
228242

0 commit comments

Comments
 (0)