|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
// Generated by make_encode_sets.py
|
|
|
|
|
|
-pub static SIMPLE_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static SIMPLE: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -44,7 +44,7 @@ pub static SIMPLE_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static QUERY_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static QUERY: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -80,7 +80,7 @@ pub static QUERY_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static DEFAULT_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static DEFAULT: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -116,7 +116,7 @@ pub static DEFAULT_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static USERINFO_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static USERINFO: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -152,7 +152,7 @@ pub static USERINFO_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static PASSWORD_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static PASSWORD: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -188,7 +188,7 @@ pub static PASSWORD_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static USERNAME_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static USERNAME: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|
|
|
@@ -224,7 +224,7 @@ pub static USERNAME_ENCODE_SET: [&'static str, ..256] = [
|
|
|
];
|
|
|
|
|
|
|
|
|
-pub static FORM_URLENCODED_ENCODE_SET: [&'static str, ..256] = [
|
|
|
+pub static FORM_URLENCODED: [&'static str, ..256] = [
|
|
|
"%00", "%01", "%02", "%03", "%04", "%05", "%06", "%07",
|
|
|
"%08", "%09", "%0A", "%0B", "%0C", "%0D", "%0E", "%0F",
|
|
|
"%10", "%11", "%12", "%13", "%14", "%15", "%16", "%17",
|