mirror of
https://github.com/navidrome/navidrome.git
synced 2026-02-14 17:01:17 -05:00
* feat: implement raw binary framing for host function responses Signed-off-by: Deluan <deluan@navidrome.org> * feat: add CallRaw method for Subsonic API to handle binary responses Signed-off-by: Deluan <deluan@navidrome.org> * test: add tests for raw=true methods and binary framing generation Signed-off-by: Deluan <deluan@navidrome.org> * fix: improve error message for malformed raw responses to indicate incomplete header Signed-off-by: Deluan <deluan@navidrome.org> * fix: add wasm_import_module attribute for raw methods and improve content-type handling Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org>
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module github.com/navidrome/navidrome/plugins/pdk/go
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/extism/go-pdk v1.1.3
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|