rbx_auth
Constructs a headers map and cookie jar that can be passed to a reqwest client to make authenticated
requests to Roblox APIs. Best used with the rbx_api crate.
Usage
use RobloxAuth;
let auth = new.await?;
let client = builder
.user_agent
.cookie_provider
.default_headers
.build;