uri- add link to rfc
This commit is contained in:
parent
9e0f201283
commit
43796f6326
@ -1,6 +1,7 @@
|
|||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const mem = std.mem;
|
const mem = std.mem;
|
||||||
|
|
||||||
|
// http://tools.ietf.org/html/rfc3986#section-2.2
|
||||||
const reserved_chars = &[_]u8{
|
const reserved_chars = &[_]u8{
|
||||||
'!', '#', '$', '%', '&', '\'',
|
'!', '#', '$', '%', '&', '\'',
|
||||||
'(', ')', '*', '+', ',', ':',
|
'(', ')', '*', '+', ',', ':',
|
||||||
|
Loading…
Reference in New Issue
Block a user