aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl')
-rw-r--r--aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl5
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl b/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
new file mode 100644
index 0000000..4521591
--- /dev/null
+++ b/aoc2023/build/packages/gleam_http/include/gleam@http_MultipartBody.hrl
@@ -0,0 +1,5 @@
+-record(multipart_body, {
+ chunk :: bitstring(),
+ done :: boolean(),
+ remaining :: bitstring()
+}).