mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-15 00:55:01 +01:00
more
This commit is contained in:
parent
29057b8e92
commit
4b1d2805e6
3 changed files with 130 additions and 31 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// An example program that makes a shitty HTTP/1.1 request.
|
||||
fn main() {
|
||||
tls::ClientConnection::establish(("nilstrieb.dev", 443)).unwrap();
|
||||
tls::ClientConnection::establish("nilstrieb.dev", 443).unwrap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue