Searched refs:url (Results 1 – 8 of 8) sorted by relevance
| /tonic/tonic-types/src/richer_error/std_messages/ |
| H A D | help.rs | 15 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 D | grpc.rs | 98 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 D | grpc_web.rs | 71 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 D | mod.rs | 357 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 D | google_rpc.rs | 265 pub url: ::prost::alloc::string::String, field
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 5 # - Update doc url
|
| /tonic/tonic-types/proto/ |
| H A D | error_details.proto | 233 string url = 2; field
|
| /tonic/ |
| H A D | CHANGELOG.md | 286 * **web:** Fix error tonic-web doc url ([#928](https://github.com/hyperium/tonic/issues/928)) ([37c…
|