()
| 20 | // this implementation is optional |
| 21 | impl Default for HttpData { |
| 22 | fn default() -> Self { |
| 23 | Self { |
| 24 | data: "Hello this is default error message! you need to set Authorization header to get thru this.".to_string(), |
| 25 | } |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | pub struct ReturnHttpResponse; |
nothing calls this directly
no outgoing calls
no test coverage detected