Home
last modified time | relevance | path

Searched refs:url (Results 1 – 8 of 8) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Dhelp.rs15 pub url: String, field
20 pub fn new(description: impl Into<String>, url: impl Into<String>) -> Self { in new()
23 url: url.into(), in new()
32 url: value.url, in from()
41 url: value.url, in from()
69 pub fn with_link(description: impl Into<String>, url: impl Into<String>) -> Self { in with_link()
73 url: url.into(), in with_link()
82 url: impl Into<String>, in add_link()
86 url: url.into(), in add_link()
/tonic/tests/web/tests/
H A Dgrpc.rs98 let url = format!("http://{}", lis.local_addr().unwrap()); in bind() localVariable
100 (lis, url) in bind()
104 let (listener, url) = bind().await; in grpc()
111 (fut, url) in grpc()
115 let (listener, url) = bind().await; in grpc_web()
123 (fut, url) in grpc_web()
H A Dgrpc_web.rs71 let url = format!("http://{}", listener.local_addr().unwrap()); in spawn() localVariable
84 url in spawn()
/tonic/tonic-types/src/richer_error/error_details/
H A Dmod.rs357 pub fn with_help_link(description: impl Into<String>, url: impl Into<String>) -> Self { in with_help_link()
359 help: Some(Help::with_link(description, url)), in with_help_link()
826 url: impl Into<String>, in add_help_link()
830 help.add_link(description, url); in add_help_link()
833 self.help = Some(Help::with_link(description, url)); in add_help_link()
/tonic/tonic-types/src/generated/
H A Dgoogle_rpc.rs265 pub url: ::prost::alloc::string::String, field
/tonic/tonic/
H A DCargo.toml5 # - Update doc url
/tonic/tonic-types/proto/
H A Derror_details.proto233 string url = 2; field
/tonic/
H A DCHANGELOG.md286 * **web:** Fix error tonic-web doc url ([#928](https://github.com/hyperium/tonic/issues/928)) ([37c…