docs, gurt:// <a> url
This commit is contained in:
@@ -10,7 +10,7 @@ pub use message::{GurtMessage, GurtRequest, GurtResponse, GurtMethod};
|
||||
pub use protocol::{GurtStatusCode, GURT_VERSION, DEFAULT_PORT};
|
||||
pub use crypto::{CryptoManager, TlsConfig, GURT_ALPN, TLS_VERSION};
|
||||
pub use server::{GurtServer, GurtHandler, ServerContext, Route};
|
||||
pub use client::{GurtClient, ClientConfig};
|
||||
pub use client::{GurtClient, GurtClientConfig};
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::{
|
||||
@@ -19,6 +19,6 @@ pub mod prelude {
|
||||
GURT_VERSION, DEFAULT_PORT,
|
||||
CryptoManager, TlsConfig, GURT_ALPN, TLS_VERSION,
|
||||
GurtServer, GurtHandler, ServerContext, Route,
|
||||
GurtClient, ClientConfig,
|
||||
GurtClient, GurtClientConfig,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user