We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86823ca commit eb64133Copy full SHA for eb64133
otohttp/templates/client.ts.plush
@@ -13,7 +13,7 @@ export class Client {
13
public basepath: String = '/oto/'
14
// headers allows calling code to mutate the HTTP
15
// headers of the underlying HTTP requests.
16
- public headers: HeadersFunc
+ public headers?: HeadersFunc
17
}
18
19
<%= for (service) in def.Services { %>
0 commit comments