You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added Hono version to Workers' examples
* Added a hono version of workers examples - fixes
* Added a hono version of woekrs examples - basic auth fix
* PR #21258 - hono examples fixes
* Fixed hono example for basic auth
---------
Co-authored-by: Lucas Kostka <[email protected]>
// (our middleware will modify the headers before sending)
139
+
returnnewResponse(response.body, {
140
+
headers: response.headers
141
+
});
142
+
});
143
+
144
+
exportdefaultapp;
145
+
```
146
+
106
147
</TabItem> </Tabs>
107
148
108
149
You can also use the [`custom-headers-example` template](https://github.com/kristianfreeman/custom-headers-example) to deploy this code to your custom domain.
0 commit comments