Available on crate features
async or blocking only.Expand description
Contains functions related to request signing for the remote.it API. They are used by this lib, but you can also use them to implement your own abstraction.
Structs§
- Build
Auth Header Builder - Use builder syntax to set the inputs and finish with
call().
Functions§
- build_
auth_ header - You probably don’t want to use this function directly, unless you are implementing your own abstraction over the remote.it API.
- create_
signature - You probably don’t want to use this function directly, unless you are implementing your own abstraction over the remote.it API.
- get_
date - You probably don’t want to use this function directly, unless you are implementing your own abstraction for making requests to the remote.it API.