mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-15 09:05:02 +01:00
Initial commit
This commit is contained in:
commit
46a1ec0a16
9 changed files with 412 additions and 0 deletions
4
src/main.rs
Normal file
4
src/main.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// An example program that makes a shitty HTTP/1.1 request.
|
||||
fn main() {
|
||||
tls::ClientConnection::establish(("nilstrieb.dev", 443)).unwrap();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue