-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Script updating gh-pages from 6a6b240. [ci skip]
- Loading branch information
ID Bot
committed
Jun 27, 2024
1 parent
94da284
commit 53fdb1b
Showing
8 changed files
with
17,656 additions
and
0 deletions.
There are no files selected for viewing
2,717 changes: 2,717 additions & 0 deletions
2,717
http-fields-aint-strings/draft-ietf-quic-qlog-h3-events.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,042 changes: 1,042 additions & 0 deletions
1,042
http-fields-aint-strings/draft-ietf-quic-qlog-h3-events.txt
Large diffs are not rendered by default.
Oops, something went wrong.
3,810 changes: 3,810 additions & 0 deletions
3,810
http-fields-aint-strings/draft-ietf-quic-qlog-main-schema.html
Large diffs are not rendered by default.
Oops, something went wrong.
2,125 changes: 2,125 additions & 0 deletions
2,125
http-fields-aint-strings/draft-ietf-quic-qlog-main-schema.txt
Large diffs are not rendered by default.
Oops, something went wrong.
5,171 changes: 5,171 additions & 0 deletions
5,171
http-fields-aint-strings/draft-ietf-quic-qlog-quic-events.html
Large diffs are not rendered by default.
Oops, something went wrong.
2,718 changes: 2,718 additions & 0 deletions
2,718
http-fields-aint-strings/draft-ietf-quic-qlog-quic-events.txt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>quicwg/qlog http-fields-aint-strings preview</title> | ||
<meta name="viewport" content="initial-scale=1.0"> | ||
<style type="text/css">/*<![CDATA[*/ | ||
body { font-family: "Helvetica Neue","Open Sans", Helvetica, Calibri,sans-serif; } | ||
h1, h2, td { font-family: "Helvetica Neue", "Roboto Condensed", "Open Sans", Helvetica, Calibri, sans-serif; } | ||
h1 { font-size: 20px; } h2 { font-size: 16px; } | ||
table { margin: 5px 10px; border-collapse: collapse; } | ||
th, td { font-weight: normal; text-align: left; padding: 2px 5px; } | ||
a:link { color: #000; } a:visited { color: #00a; } | ||
/*]]>*/</style> | ||
</head> | ||
<body> | ||
<h1>Editor's drafts for http-fields-aint-strings branch of <a href="https://github.com/quicwg/qlog/tree/http-fields-aint-strings">quicwg/qlog</a></h1> | ||
<table id="branch-http-fields-aint-strings"> | ||
<tr> | ||
<td><a href="./draft-ietf-quic-qlog-h3-events.html" class="html draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (HTML)">HTTP/3 qlog event definitions</a></td> | ||
<td><a href="./draft-ietf-quic-qlog-h3-events.txt" class="txt draft-ietf-quic-qlog-h3-events" title="HTTP/3 qlog event definitions (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-quic-qlog-main-schema.html" class="html draft-ietf-quic-qlog-main-schema" title="Main logging schema for qlog (HTML)">Main logging schema for qlog</a></td> | ||
<td><a href="./draft-ietf-quic-qlog-main-schema.txt" class="txt draft-ietf-quic-qlog-main-schema" title="Main logging schema for qlog (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
<tr> | ||
<td><a href="./draft-ietf-quic-qlog-quic-events.html" class="html draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (HTML)">QUIC event definitions for qlog</a></td> | ||
<td><a href="./draft-ietf-quic-qlog-quic-events.txt" class="txt draft-ietf-quic-qlog-quic-events" title="QUIC event definitions for qlog (Text)">plain text</a></td> | ||
<td>same as main</td> | ||
</tr> | ||
</table> | ||
<script> | ||
window.onload = function() { | ||
var referrer_branch = 'main'; | ||
// e.g., "https://github.com/user/repo/tree/main" | ||
var chunks = document.referrer.split("/"); | ||
if (chunks[2] === 'github.com' && chunks[5] === 'tree') { | ||
referrer_branch = chunks[6]; | ||
} | ||
let branch = document.querySelector('#branch-' + referrer_branch); | ||
let h = document.location.hash.substring(1); | ||
if (h === 'show') { | ||
document.location.hash = '#' + branch.id; | ||
} else if (branch && h.startsWith('go')) { | ||
let e = branch.querySelector(h.substring(2)); | ||
if (e && e.href) { | ||
document.location = e.href; | ||
} | ||
} | ||
}; | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters