Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
df82bed9
Unverified
Commit
df82bed9
authored
Nov 18, 2022
by
Moncef AOUDIA
Committed by
GitHub
Nov 18, 2022
Browse files
fix: http client url typo (#940)
parent
0a22c007
Pipeline
#227477
failed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
client/http-client/src/client.rs
View file @
df82bed9
...
...
@@ -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....
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment