mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 01:25:32 +00:00
add client certificate api
This commit is contained in:
parent
9d240c4c37
commit
4e712260ff
6 changed files with 129 additions and 5 deletions
|
|
@ -1,10 +1,12 @@
|
|||
//! High-level client API to interact with Gemini Socket Server:
|
||||
//! * https://geminiprotocol.net/docs/protocol-specification.gmi
|
||||
|
||||
pub mod certificate;
|
||||
pub mod connection;
|
||||
pub mod error;
|
||||
pub mod response;
|
||||
|
||||
pub use certificate::Certificate;
|
||||
pub use connection::Connection;
|
||||
pub use error::Error;
|
||||
pub use response::Response;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue