uri- add link to rfc

This commit is contained in:
Meghan Denny 2021-09-30 18:44:23 -07:00
parent 9e0f201283
commit 43796f6326

View File

@ -1,6 +1,7 @@
const std = @import("std");
const mem = std.mem;
// http://tools.ietf.org/html/rfc3986#section-2.2
const reserved_chars = &[_]u8{
'!', '#', '$', '%', '&', '\'',
'(', ')', '*', '+', ',', ':',