From 75c71536160a4ed853ba1ecadfa2fab14a15de6f Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 27 Jun 2024 10:35:16 +0900 Subject: [PATCH] hc does not support file uploading --- docs/guides/rpc.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/rpc.md b/docs/guides/rpc.md index 2073c951..2b3e6c07 100644 --- a/docs/guides/rpc.md +++ b/docs/guides/rpc.md @@ -75,6 +75,12 @@ if (res.ok) { } ``` +::: warning File Upload + +Currently, the client does not support file uploading. + +::: + ## Status code If you explicitly specify the status code, such as `200` or `404`, in `c.json()`. It will be added as a type for passing to the client.