Commit 47864ff
Aidan Delaney
Allowed hooks to return own HTTP response
Hooks may need to return a 400 if the client has send an incorrect
payload. The HTTP response generated by the hook is now returned
to the HTTP client iff the resposne is not None.1 parent 0ca781b commit 47864ff
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments