mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
implement Titan protocol features
This commit is contained in:
parent
66a0de6a8e
commit
29b835411d
8 changed files with 204 additions and 27 deletions
|
|
@ -1 +1,15 @@
|
|||
use gio::*;
|
||||
use glib::*;
|
||||
|
||||
use ggemini::client::connection::request::Gemini;
|
||||
|
||||
#[test]
|
||||
fn client_connection_request_gemini_build() {
|
||||
const REQUEST: &str = "gemini://geminiprotocol.net/";
|
||||
|
||||
let request = Gemini::build(Uri::parse(REQUEST, UriFlags::NONE).unwrap());
|
||||
|
||||
assert_eq!(&request.uri.to_string(), REQUEST);
|
||||
}
|
||||
|
||||
// @TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue