Skip to main content

AWS_URI_ENCODE_SET

Static AWS_URI_ENCODE_SET 

Source
pub static AWS_URI_ENCODE_SET: AsciiSet
Expand description

AsciiSet for AWS UriEncode

  • URI encode every byte except the unreserved characters: ‘A’-‘Z’, ‘a’-‘z’, ‘0’-‘9’, ‘-’, ‘.’, ‘_’, and ‘~’.