Skip to content

Commit f997bac

Browse files
committed
update upgrading subtitles
1 parent a95d06b commit f997bac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_stable/upgrading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As a general rule, we tried hard to mark every possible breaking change in the
3333
(including the RC 1-4), which will provide suggestions on how to overcome each
3434
one.
3535

36-
## `hyper::Body`
36+
## `Body`
3737

3838
The `Body` type has changed to be a trait (what used to be `HttpBody`).
3939

@@ -47,13 +47,13 @@ use `hyper::Body` to decide which solution to switch to.
4747
- Otherwise, the [more specific variants][http-body-util] allow for a more
4848
explicit API in your code.
4949

50-
## `hyper::Client`
50+
## `Client`
5151

5252
The higher-level pooling `Client` was removed from hyper 1.0. A similar type
5353
was added to [`hyper-util`][], called [`client::legacy::Client`][legacy]. It's
5454
mostly a drop-in replacement.
5555

56-
## `hyper::Server`
56+
## `Server`
5757

5858
The v0.14 `hyper::Server` does not have a drop-in replacement, since it had
5959
problems.

0 commit comments

Comments
 (0)