-
Notifications
You must be signed in to change notification settings - Fork 55
/
day1.html
136 lines (78 loc) · 4.53 KB
/
day1.html
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTTP Working Group at IETF95: Day 1</title>
<link rel="stylesheet" type="text/css" href="../lib/remark.css" />
</head>
<body>
<textarea id="source">
background-image: url(image/cover1.jpg)
class: top, left
.in25[
### HTTP Working Group
#### IETF 95, Buenos Aires
]
---
### Administrivia
* 2 min - Blue sheets / scribe selection / NOTE WELL
* 3 min - [Agenda](https://github.com/httpwg/wg-materials/blob/gh-pages/ietf95/agenda.md) bashing
---
class: small
### Note Well
Any submission to the IETF intended by the Contributor for publication as all or part of an IETF Internet-Draft or RFC and any statement made within the context of an IETF activity is considered an "IETF Contribution". Such statements include oral statements in IETF sessions, as well as written and electronic communications made at any time or place, which are addressed to:
* The IETF plenary session
* The IESG, or any member thereof on behalf of the IESG
* Any IETF mailing list, including the IETF list itself, any working group or design team list, or any other list functioning under IETF auspices
* Any IETF working group or portion thereof
* Any Birds of a Feather (BOF) session
* The IAB or any member thereof on behalf of the IAB
* The RFC Editor or the Internet-Drafts function
* All IETF Contributions are subject to the rules of [RFC 5378](http://www.rfc-editor.org/rfc/rfc5378.txt) and [RFC 3979](http://www.rfc-editor.org/rfc/rfc3979.txt) (updated by [RFC 4879](http://www.rfc-editor.org/rfc/rfc4879.txt)).
Statements made outside of an IETF session, mailing list or other function, that are clearly not intended to be input to an IETF activity, group or function, are not IETF Contributions in the context of this notice. Please consult [RFC 5378](http://www.rfc-editor.org/rfc/rfc5378.txt) and [RFC 3979](http://www.rfc-editor.org/rfc/rfc3979.txt) for details.
A participant in any IETF activity is deemed to accept all IETF rules of process, as documented in Best Current Practices RFCs and IESG Statements.
A participant in any IETF activity acknowledges that written, audio and video records of meetings may be made and may be available to the public.
---
background-image: url(image/barry.jpg)
---
background-image: url(image/alexey.jpg)
---
### Specification Status
*5 minutes*
Discuss current status of approved and recently published specifications:
- [Client Initiated Content Encoding](https://tools.ietf.org/html/rfc7694) - *RFC7694*
- [An HTTP Status Code to Report Legal Obstacles](http://httpwg.org/specs/rfc7725.html) - *RFC7725*
- [Alternative Services](https://tools.ietf.org/html/draft-ietf-httpbis-alt-svc) - *RFC Editor Queue*
---
class: middle
### Active Drafts
*60 minutes*
---
### [Opportunistic Security](https://tools.ietf.org/html/draft-ietf-httpbis-http2-encryption)
Discuss the [issues list](https://github.com/httpwg/http-extensions/issues?q=is%3Aopen+is%3Aissue+label%3Aopp-sec) and draft status.
---
### [Character Encoding and Language for Parameters](https://tools.ietf.org/html/draft-ietf-httpbis-rfc5987bis)
Discuss the [issues list](https://github.com/httpwg/http-extensions/issues?q=is%3Aopen+is%3Aissue+label%3rfc5987bis) and draft status.
---
### [Client Hints](https://tools.ietf.org/html/draft-ietf-httpbis-client-hints)
Discuss the [issues list](https://github.com/httpwg/http-extensions/issues?q=is%3Aopen+is%3Aissue+label%3Aclient-hints) and draft status.
---
### [HTTP Encryption Content Encoding](https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding)
Discuss the [issues list](https://github.com/httpwg/http-extensions/issues?q=is%3Aopen+is%3Aissue+label%3Aencryption) and draft status.
---
### [Key](https://tools.ietf.org/html/draft-ietf-httpbis-key)
Discuss the [issues list](https://github.com/httpwg/http-extensions/issues?q=is%3Aopen+is%3Aissue+label%3Akey) and draft status.
---
### Potential Work I
*balance of time*
Discuss possible [future work items](https://github.com/httpwg/wiki/wiki/WatchList), including:
* [A JSON Encoding for HTTP Header Field Values](http://tools.ietf.org/html/draft-reschke-http-jfv) - [presentation](ietf-95-httpbis-header-field-parsing.pdf) by Julian Reschke
* [ORIGIN Frame](https://tools.ietf.org/html/draft-nottingham-httpbis-origin-frame) - [presentation](origin.pdf) by Erik Nygren
</textarea>
<script src="../lib/bower_components/remark/out/remark.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
</body>
</html>