mycelium-http-tools 8.3.1-rc.2

Provide HTTP related elements to the mycelium project.
Documentation
1
2
3
4
5
6
7
8
9
mod compress_and_encode_profile_to_base64;
mod decode_and_decompress_profile_from_base64;
mod decode_jwt;
mod encode_jwt;

pub use compress_and_encode_profile_to_base64::*;
pub use decode_and_decompress_profile_from_base64::*;
pub use decode_jwt::*;
pub use encode_jwt::*;