Expand description
Simply a prelude useful for writing front-ends.
Re-exports§
pub use crate::endpoint::Endpoint;pub use crate::endpoint::WebRequest;pub use crate::endpoint::WebResponse;pub use crate::endpoint::OAuthError;pub use crate::endpoint::OwnerSolicitor;pub use crate::endpoint::NormalizedParameter;pub use crate::endpoint::QueryParameter;
Structs§
- Url
- A parsed URL record.
Enums§
- Cow
- A clone-on-write smart pointer.