We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6e951 commit 59d9d44Copy full SHA for 59d9d44
docs/hooks.md
@@ -8,7 +8,7 @@ The service constructor can use `hooks *twirp.ServerHooks` to plug in additional
8
functionality:
9
10
```go
11
-func NewHaberdasherServer(svc Haberdasher, hooks *twirp.ServerHooks, ctxSrc ContextSource) http.Handler
+func NewHaberdasherServer(svc Haberdasher, hooks *twirp.ServerHooks) http.Handler
12
```
13
14
These _hooks_ provide a framework for side-effects at important points while a
website/i18n/en.json
@@ -8,6 +8,8 @@
"Best Practices": "Best Practices",
"command_line": "Command line parameters",
"Command line parameters": "Command line parameters",
+ "curl": "cURL",
+ "cURL": "cURL",
"errors": "Errors",
"Errors": "Errors",
15
"example": "Usage Example: Haberdasher",
0 commit comments