| 293 | HttpClientRequestOptions options; |
| 294 | |
| 295 | [[nodiscard]] const char* getMethodName() const { return getMethodName(method); } |
| 296 | [[nodiscard]] static const char* getMethodName(Method method); |
| 297 | [[nodiscard]] Result validate() const; |
| 298 | }; |
no outgoing calls