Module session

Source

Re-exports§

pub use crate::misc::decrypt_url;
pub use crate::response::*;

Structs§

ConnectionOptions
Options, that change the behaviour of the communication with the server
PWHash
The password of a character, hashed in the way, that the server expects
ServerConnection
Stores all information necessary to talk to the server. Notably, if you clone this, instead of creating this multiple times for characters on a server, this will use the same reqwest::Client, which can have slight benefits to performance
Session
The session, that manages the server communication for a character
SimpleSession