Unverified Commit df82bed9 authored by Moncef AOUDIA's avatar Moncef AOUDIA Committed by GitHub
Browse files

fix: http client url typo (#940)

parent 0a22c007
Pipeline #227477 failed with stages
in 2 minutes and 17 seconds
......@@ -62,7 +62,7 @@ use tracing::instrument;
/// // Build client
/// let client = HttpClientBuilder::default()
/// .set_headers(headers)
/// .build("wss://localhost:443")
/// .build("http://localhost")
/// .unwrap();
///
/// // use client....
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment