5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00
wails/v2/internal
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
..
appng [v2] Add support for AssetsHandler (#1325) 2022-04-12 20:18:27 +10:00
binding fix: blank namespaces, unknown structs 2022-04-06 19:13:10 +10:00
colour Gimme some colour 2021-02-20 15:14:20 +11:00
crypto Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
ffenestri Translations + Tidy Up 2022-04-03 17:18:36 +10:00
frontend [v2] Add support for AssetsHandler (#1325) 2022-04-12 20:18:27 +10:00
fs Bugfix: Fix potential nil dereference 2022-02-23 20:57:05 +11:00
github refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
gomod Use wailsapp/mimetype module 2022-04-01 08:21:57 +11:00
logger [windows-x] Huge updates to devmode, runtime, build command. 2021-08-22 23:05:22 +10:00
menumanager [mac] menu support 2021-10-30 09:51:46 +11:00
messagedispatcher Feature/align api (#1161) 2022-02-19 20:29:55 +11:00
parse [v2] window.backend -> window.go 2021-09-01 20:52:34 +10:00
process [v2] Fix killing dev command on Windows 2021-10-03 22:19:40 +11:00
project Update NSIS guide. Backport docs to .34. Fix references. Fix titles. 2022-03-31 12:23:28 +11:00
runtime/js Remove unused directories + tidy up 2022-03-29 21:47:26 +11:00
servicebus [v2] [broken - WIP] Major refactor of runtime in progress 2021-07-19 20:21:41 +10:00
shell Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
signal [mac] Tidy up 2021-11-04 20:58:08 +11:00
subsystem [windows-x] Startup/Shutdown -> OnStartup/OnShutdown 2021-08-26 20:38:03 +10:00
system Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
typescriptify fix: blank namespaces, unknown structs 2022-04-06 19:13:10 +10:00
webview2runtime [v2] NSIS installer support for Windows (#1184) 2022-03-02 19:44:31 +11:00
wv2installer fix: i18n messages/bug + docs bug. 2022-04-05 21:41:49 +10:00