Commit Graph

  • e3348b4ccd update README.md syumai 2022-11-19 23:10:19 +09:00
  • af65c8d1ea
    Merge pull request #14 from syumai/split-cloudflare-package v0.6.0 syumai 2022-09-13 23:21:35 +09:00
  • 1701300176 split cloudflare package syumai 2022-09-13 23:19:32 +09:00
  • 890096fce9 split internal/jsutil syumai 2022-09-13 23:18:17 +09:00
  • 555b3e54bc make public stream util symbols syumai 2022-09-13 23:16:58 +09:00
  • c339993f96 make public jsutil symbols syumai 2022-09-13 23:15:47 +09:00
  • 1d1d2a9093 update tinyutil of basic-auth-proxy example syumai 2022-08-26 23:16:45 +09:00
  • a64c840091 remove unused file syumai 2022-08-07 22:51:38 +09:00
  • 36fa4dc54a
    Merge pull request #13 from syumai/use-tinyutil syumai 2022-08-05 23:10:59 +09:00
  • 8c484c7772 use tinyutil in basic-auth-proxy syumai 2022-08-05 23:10:04 +09:00
  • 6d7bee9dc7 fix indentation of document v0.5.1 syumai 2022-08-03 00:33:19 +09:00
  • b3dae236a3 fix r2-image-server docs v0.5.0 syumai 2022-08-03 00:30:17 +09:00
  • fd68e38ca7
    Merge pull request #12 from syumai/remove-interface syumai 2022-08-03 00:25:54 +09:00
  • 311cc15b4e fix r2-image-server example syumai 2022-08-03 00:24:44 +09:00
  • 474db95802 remove R2Bucket interface type syumai 2022-08-03 00:23:22 +09:00
  • e3163f30c6 remove KV interface type syumai 2022-08-03 00:22:33 +09:00
  • 981de5e8f3
    Merge pull request #11 from syumai/fix-doc syumai 2022-08-03 00:21:05 +09:00
  • 371ce5072b fix docs bullet list format syumai 2022-08-03 00:19:01 +09:00
  • 2700b3a132 fix env docs syumai 2022-08-03 00:02:03 +09:00
  • 6a9589752c fix env docs syumai 2022-08-03 00:00:54 +09:00
  • d8de7fb030
    Merge pull request #10 from syumai/add-env v0.4.0 syumai 2022-08-02 23:53:55 +09:00
  • ccdb9cb7a4 update document of Getenv syumai 2022-08-02 23:53:11 +09:00
  • 1492adf888 update README.md syumai 2022-08-02 23:50:18 +09:00
  • 265a316bfe add Getenv alias syumai 2022-08-02 23:49:42 +09:00
  • 70d197e504 add env example syumai 2022-08-02 23:47:02 +09:00
  • 83de13dcd1
    Merge pull request #9 from syumai/add-kv v0.3.0 syumai 2022-07-31 21:18:35 +09:00
  • 3ad19eadca update README.md syumai 2022-07-31 21:17:34 +09:00
  • e71f283499 add kv-counter example syumai 2022-07-31 18:36:16 +09:00
  • 2d97bb8234 add KV namespace implementation syumai 2022-07-31 17:54:12 +09:00
  • 44df564212 add comment to basic-auth-proxy README syumai 2022-07-29 22:51:16 +09:00
  • f7e4df8b04 update R2bucket put description syumai 2022-06-18 23:55:27 +09:00
  • fe5bc1a43f fix header of basic-auth-proxy syumai 2022-06-09 01:33:04 +09:00
  • 94513abc19
    Merge pull request #8 from syumai/basic-auth-proxy syumai 2022-06-09 01:24:52 +09:00
  • c2b6f0cb4e rename worker name syumai 2022-06-09 01:23:48 +09:00
  • da520e9791 rename basic-auth-server to basic-auth-proxy syumai 2022-06-09 01:21:44 +09:00
  • d917a1a588 add proxy feature to basic-auth-server syumai 2022-06-09 01:19:25 +09:00
  • ed0bf4781a update README.md syumai 2022-05-30 23:28:42 +09:00
  • 345c6fa125 add FAQ to README.md syumai 2022-05-30 23:26:47 +09:00
  • cda951c744
    Update README.md syumai 2022-05-30 17:35:38 +09:00
  • c7f0fc0957 delete unused comment from r2-image-server syumai 2022-05-30 09:46:31 +09:00
  • 36408d689f update doc for R2Object v0.2.1 syumai 2022-05-30 08:45:36 +09:00
  • b81f5b3284 update example README files syumai 2022-05-30 08:40:36 +09:00
  • 51d52249fc rename routeHandler in r2-image-server to ServeHTTP syumai 2022-05-30 08:39:10 +09:00
  • 5c55a2ebf7 add hello example syumai 2022-05-29 22:27:46 +09:00
  • 1cf0183b17
    Merge pull request #6 from syumai/fix-put-delete-impl v0.2.0 syumai 2022-05-29 22:08:31 +09:00
  • e4c098f8f0 fix routeHandler syumai 2022-05-29 22:07:41 +09:00
  • 4273b5fac2 update README syumai 2022-05-29 22:07:05 +09:00
  • 8a4821d60b update README syumai 2022-05-29 22:06:06 +09:00
  • 23bf82af32 remove unused console log syumai 2022-05-29 21:59:00 +09:00
  • 19537376e1 fix implementation of put and delete of R2 syumai 2022-05-29 21:57:44 +09:00
  • 02f63bd14c fix worker.mjs for simple-json-server syumai 2022-05-29 11:23:22 +09:00
  • d865a1e67d split r2-image-viewer example syumai 2022-05-29 11:22:24 +09:00
  • dd44ee2c0d fix build error syumai 2022-05-29 11:20:09 +09:00
  • 6fbbbd8737 add doc for R2PutOptions syumai 2022-05-29 11:17:39 +09:00
  • b90fb28b9a
    Merge pull request #5 from syumai/imple-put-delete syumai 2022-05-29 11:15:59 +09:00
  • 47a5378664 implement put and delete of R2 syumai 2022-05-29 11:14:27 +09:00
  • f0149a86de remove debug logging syumai 2022-05-29 10:45:05 +09:00
  • bd009a8a14 change features order syumai 2022-05-29 10:17:47 +09:00
  • 6424b3db0d update docs for R2 syumai 2022-05-29 10:13:27 +09:00
  • 855f9c2a2a
    Merge pull request #3 from syumai/move-r2-impl syumai 2022-05-29 10:04:33 +09:00
  • 6b96cfcd5d move R2 implementation to main package syumai 2022-05-29 10:02:40 +09:00
  • c3790aa88e
    Merge pull request #1 from syumai/add-r2-image-server-example syumai 2022-05-29 09:50:28 +09:00
  • 480f570fe3 fix implementation of R2 example and removed debug logging syumai 2022-05-29 09:47:55 +09:00
  • 78dc0e3ad8 update implementation of R2 example syumai 2022-05-29 09:30:15 +09:00
  • a95ca1de25 implement R2Object / R2Objects syumai 2022-05-29 09:17:07 +09:00
  • 3981556bb3 WIP - add R2 image server example syumai 2022-05-22 22:46:08 +09:00
  • 78134e5c74 updated README of basic auth example syumai 2022-05-20 00:28:57 +09:00
  • 0ad2687f16 add Basic-Auth example syumai 2022-05-20 00:28:02 +09:00
  • 831e8ffb73 remove print v0.1.1 syumai 2022-05-20 00:12:54 +09:00
  • f12e359ef0 fix bugs syumai 2022-05-20 00:11:47 +09:00
  • f93500a7f0 add link to template repository syumai 2022-05-18 01:05:16 +09:00
  • 18bc1541d6 add caution syumai 2022-05-18 01:01:50 +09:00
  • e423573dca add godoc badge syumai 2022-05-18 00:55:19 +09:00
  • b79369769c fix README.md syumai 2022-05-18 00:21:08 +09:00
  • b204abdb50 add description of tinygo examples v0.1.0 syumai 2022-05-18 00:16:28 +09:00
  • 1a6eb323ff fix indentation in README.md syumai 2022-05-18 00:07:25 +09:00
  • bd1ab33600 Initial commit syumai 2022-05-18 00:04:37 +09:00