5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 18:10:48 +08:00
wails/website/docs/guides
stffabi 6d09a45a30
[v2] Add support for AssetsHandler (#1325)
* [website] Fix devserver default value doc

* [v2] Add support for AssetsHandler

AssetsHandler is a http.Handler delegate, which gets called
as a fallback for all Non-GET requests and for GET requests
for which the Assets didn’t find the file.

Known Limitations on Linux:
- All requests are GET requests
- No request headers
- No request body
- No response status code, only StatusOK will be returned
- No response headers

Known Limitations on Windows:
-  Request body is leaking memory. Seems to be a bug in
    WebView2, investigation angoing.

Most of these limitations on Linux will be fixed in the future with
adding support for Webkit2Gtk 2.36.0+.

* [v2, linux] Add response streaming support

The complete response won’t be held anymore in memory and will
be streamed to WebKit2.

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-04-12 20:18:27 +10:00
..
_category_.json [v2] Docs update 2021-09-27 19:35:30 +10:00
application-development.mdx [v2] Add support for AssetsHandler (#1325) 2022-04-12 20:18:27 +10:00
bleeding-edge.mdx [v2] Add support for external frontend dev servers (#1290) 2022-03-31 00:40:44 +11:00
developing-wails.mdx [v2] Docs update 2021-09-27 19:35:30 +10:00
frameless.mdx Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
frontend.mdx [v2] Rename noautoinjectbindings -> noautoinjectipc 2021-10-04 16:53:27 +11:00
ides.mdx [v2] Update docs with new assetdir management and add reloaddirs 2021-12-07 03:34:19 +01:00
linux-distro-support.mdx Feature/linux v2 beta (#1171) 2022-02-22 21:35:03 +11:00
manual-builds.mdx Update NSIS guide. Backport docs to .34. Fix references. Fix titles. 2022-03-31 12:23:28 +11:00
migrating.mdx Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
overscroll.mdx [v2] add overscroll-behavior 2021-10-24 09:03:05 +11:00
routing.mdx Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
signing.mdx Update NSIS guide. Backport docs to .34. Fix references. Fix titles. 2022-03-31 12:23:28 +11:00
templates.mdx Docs versioning (#1299) 2022-03-30 23:21:33 +11:00
troubleshooting.mdx Update troubleshooting guide 2022-03-13 20:36:40 +11:00
windows-installer.mdx Update NSIS guide. Backport docs to .34. Fix references. Fix titles. 2022-03-31 12:23:28 +11:00
windows.mdx [v2] Docs update 2021-09-27 19:35:30 +10:00