syumai
|
fa22eea00b
|
split SetResponse func of Hono
|
2024-02-11 23:12:28 +09:00 |
|
syumai
|
bd88dd6151
|
remove unused Header impl of hono middleware support
|
2024-02-11 21:56:32 +09:00 |
|
syumai
|
4b95d7f98c
|
fix bugs of hono middleware support
|
2024-02-11 21:55:49 +09:00 |
|
syumai
|
6f021d5ba9
|
fixed to return Promise from runHonoMiddleware func
|
2024-02-11 19:54:58 +09:00 |
|
syumai
|
d9dc0f1480
|
remove reqObj from runHonoMiddleware func parameters
|
2024-02-11 19:51:22 +09:00 |
|
syumai
|
8cf026a01b
|
[experimental] add Hono middleware
|
2024-02-11 19:30:23 +09:00 |
|
syumai
|
484c7be891
|
fix Proxy this target
|
2024-02-11 19:29:49 +09:00 |
|
syumai
|
bf3ab8ec41
|
remove blob() call from jshttp.ToResponse
|
2024-02-01 09:44:39 +09:00 |
|
syumai
|
94f29ebdf1
|
move fetch's stream logic to jshttp.ToStreamResponse
v0.23.2
|
2024-02-01 09:33:52 +09:00 |
|
syumai
|
d31baa38b5
|
Merge pull request #93 from aki-0421/avoid-memory-error
Support stream in fetch pkg
|
2024-02-01 09:22:46 +09:00 |
|
aki-0421
|
8881a04947
|
F: add stream large file example
|
2024-01-25 08:56:56 +09:00 |
|
aki-0421
|
afebbac9d5
|
R: fix memory error
|
2024-01-25 08:56:34 +09:00 |
|
syumai
|
449cac3e91
|
fix streamReader to call cancel instead of close
|
2024-01-25 01:14:33 +09:00 |
|
syumai
|
94329a47e1
|
fix basic-auth-proxy example error handlings
|
2024-01-25 00:50:39 +09:00 |
|
syumai
|
f17923658e
|
add more log to mysql-blog-server
|
2024-01-25 00:42:41 +09:00 |
|
syumai
|
a02892acec
|
update workers-assets-gen version
v0.23.1
|
2024-01-25 00:15:25 +09:00 |
|
syumai
|
4b950e8af6
|
Merge pull request #92 from syumai/return-fetch-body-directly
return fetch body directly
|
2024-01-25 00:07:37 +09:00 |
|
syumai
|
b7c9d03668
|
fix basic-auth-proxy to use cloudflare/fetch
|
2024-01-25 00:01:42 +09:00 |
|
syumai
|
5604a29f06
|
add jsutil.RawJSWriter and use it in jshttp.ResponseWriter
|
2024-01-25 00:00:36 +09:00 |
|
syumai
|
151971832c
|
Merge pull request #91 from syumai/init-go-instance-on-request
init Go instance on request
|
2024-01-24 22:12:27 +09:00 |
|
syumai
|
9810f12c78
|
init Go instance on request
|
2024-01-24 22:05:49 +09:00 |
|
syumai
|
90acb28d2e
|
update workers-assets-gen version to v0.23.0
v0.23.0
|
2024-01-24 21:10:44 +09:00 |
|
syumai
|
3b8e2550b2
|
Merge pull request #88 from aki-0421/incoming-properties
Support Incoming Properties
|
2024-01-24 21:08:56 +09:00 |
|
aki-0421
|
eac1510668
|
R: merge pkg
|
2024-01-23 13:01:33 +09:00 |
|
aki-0421
|
86f9f1cf26
|
R: fix illegal invocation error
|
2024-01-23 12:53:32 +09:00 |
|
aki-0421
|
83be8bc604
|
R: refactor incoming with new runtimecontext
|
2024-01-22 22:07:24 +09:00 |
|
aki-0421
|
a067e8e0b8
|
R: refactor cron with new runtimecontext
|
2024-01-22 22:06:54 +09:00 |
|
aki-0421
|
2eb402014f
|
R: refactor context
|
2024-01-22 21:29:39 +09:00 |
|
aki-0421
|
4035675827
|
R: remove json tag
|
2024-01-18 21:46:50 +09:00 |
|
aki-0421
|
7f9e061a7e
|
F: complete implementation
|
2024-01-18 21:43:17 +09:00 |
|
aki-0421
|
b0d246c23b
|
T: fix test error
|
2024-01-17 17:55:58 +09:00 |
|
aki-0421
|
46459b445a
|
R: fix
|
2024-01-17 17:52:16 +09:00 |
|
aki-0421
|
e5294f4cd2
|
F: add incoming property example
|
2024-01-17 17:46:44 +09:00 |
|
aki-0421
|
bb2644d33f
|
F: add incoming property pkg
|
2024-01-17 17:36:37 +09:00 |
|
aki-0421
|
cdd8a26c53
|
F: add incoming property context
|
2024-01-17 17:21:34 +09:00 |
|
aki-0421
|
bac0abd44b
|
R: rename runtimecontext to cfcontext
|
2024-01-17 17:19:04 +09:00 |
|
syumai
|
cd485f7d74
|
update workers-assets-gen command version in templates
v0.22.0
|
2024-01-11 20:54:57 +09:00 |
|
syumai
|
96e080fb2d
|
remove unnecessary go.sum from pages template
|
2024-01-11 20:50:14 +09:00 |
|
syumai
|
fb933b3dd1
|
add README.md to workers-assets-gen command
|
2024-01-11 20:48:46 +09:00 |
|
syumai
|
974f8eb29c
|
Merge pull request #87 from so-heil/main
Give option to specify build destination in workers-assets-gen
|
2024-01-11 20:08:31 +09:00 |
|
Soheil Ansaari
|
7ad757b2c4
|
add ability to specify the build dir path by flags
|
2024-01-11 14:00:39 +03:30 |
|
syumai
|
a64f77ad0b
|
Merge pull request #86 from minoritea/fix-d1-query-context
D1 driver would cause panic when QueryContext is called with parameters
|
2024-01-11 09:40:01 +09:00 |
|
Minori Tokuda
|
a8b9ac402e
|
pass driver.NamedValue.Value as JS value instead of NamedValue itself
|
2024-01-10 23:50:54 +09:00 |
|
syumai
|
1ccb9094e3
|
ignore env in wasm_exec_node.js
|
2024-01-06 23:43:48 +09:00 |
|
syumai
|
7529cefdf8
|
Merge pull request #84 from syumai/pass-runtime-context-on-create-go-instance
pass RuntimeContext on creating Go instance
|
2024-01-05 00:04:48 +09:00 |
|
syumai
|
dd4684b817
|
fix test environment
|
2024-01-05 00:03:52 +09:00 |
|
syumai
|
d0a7609939
|
fix _ids of wasm_exec_go.js
|
2024-01-04 23:58:09 +09:00 |
|
syumai
|
85ccbfb050
|
pass RuntimeContext on create Go instance
|
2024-01-04 23:43:28 +09:00 |
|
syumai
|
7585460853
|
remove unnecessary console log
|
2024-01-04 23:12:32 +09:00 |
|
syumai
|
f97f5eb551
|
Merge pull request #83 from syumai/use-wasmimport-for-ready-func
use go:wasmimport for ready func
|
2024-01-04 23:01:57 +09:00 |
|