Skip to content

Commit 080f85f

Browse files
authored
feat(lib): export EmulationBuilder as a public API (#825)
1 parent 62b3b4a commit 080f85f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub mod ws;
1414

1515
pub use self::{
1616
body::Body,
17-
emulation::{Emulation, EmulationFactory},
17+
emulation::{Emulation, EmulationBuilder, EmulationFactory},
1818
http::{Client, ClientBuilder},
1919
request::{Request, RequestBuilder},
2020
response::Response,

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ pub use self::client::multipart;
300300
pub use self::client::ws;
301301
pub use self::{
302302
client::{
303-
Body, Client, ClientBuilder, Emulation, EmulationFactory, Request, RequestBuilder,
304-
Response, Upgraded,
303+
Body, Client, ClientBuilder, Emulation, EmulationBuilder, EmulationFactory, Request,
304+
RequestBuilder, Response, Upgraded,
305305
},
306306
core::{
307307
client::options::{http1, http2},

0 commit comments

Comments
 (0)