File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# hyper-rustls
2
- This is an integration between the [ rustls TLS stack] ( https://github.com/rustls/rustls )
3
- and the [ hyper HTTP library] ( https://github.com/hyperium/hyper ) .
4
2
5
- [ ![ Build Status] ( https://github.com/rustls/hyper-rustls/workflows/hyper-rustls/badge.svg )] ( https://github.com/rustls/hyper-rustls/actions )
3
+ This is an integration between the [ Rustls TLS stack] ( https://github.com/rustls/rustls ) and the
4
+ [ hyper HTTP library] ( https://github.com/hyperium/hyper ) .
5
+
6
+ [ ![ Build Status] ( https://github.com/rustls/hyper-rustls/actions/workflows/build.yml/badge.svg )] ( https://github.com/rustls/hyper-rustls/actions )
6
7
[ ![ Crate] ( https://img.shields.io/crates/v/hyper-rustls.svg )] ( https://crates.io/crates/hyper-rustls )
7
- [ ![ Documentation] ( https://docs.rs/hyper-rustls/badge.svg )] ( https://docs.rs/hyper-rustls/ )
8
+ [ ![ Documentation] ( https://docs.rs/hyper-rustls/badge.svg )] ( https://docs.rs/hyper-rustls )
8
9
9
10
# Release history
10
11
11
12
Release history can be found [ on GitHub] ( https://github.com/rustls/hyper-rustls/releases ) .
12
13
13
14
# License
15
+
14
16
hyper-rustls is distributed under the following three licenses:
15
17
16
18
- Apache License version 2.0.
17
19
- MIT license.
18
20
- ISC license.
19
21
20
- These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
21
- respectively. You may use this software under the terms of any
22
- of these licenses, at your option.
22
+ These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC respectively. You may use this
23
+ software under the terms of any of these licenses, at your option.
23
24
24
25
## Running examples
25
26
You can’t perform that action at this time.
0 commit comments