Function ETag.fromBytesBase64URLNoPadding
Encodes the bytes with URL Base64 to a human readable string and returns an ETag struct wrapping it.
static ETag fromBytesBase64URLNoPadding
(
scope const(ubyte)[] bytes,
std .typecons .Flag!("weak") weak = Flag .no
) @safe;