Add ZJ dep, and fix enctype spec

This commit is contained in:
2025-10-11 15:43:10 +09:00
parent 7f77f9e3b1
commit f2e41fcfec
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
version = undefined :: undefined | http10 | http11 | http20,
headers = undefined :: undefined | [{Key :: binary(), Value :: binary()}],
cookies = undefined :: undefined | #{Key :: binary() := Value :: binary()},
enctype = undefined :: undefined | none | urlencoded | multipart(),
enctype = undefined :: undefined | none | urlencoded | json | multipart(),
size = undefined :: undefined | none | non_neg_integer(),
body = undefined :: undefined | none | body()}).