Files
kumomta/crates/mod-http
Wez Furlong 26df91729d http: allow explicitly marking a parameter as a file upload
```lua
request:form_multipart_data {
  to = message:recipient().email,
  message = {
    data = message:get_data(),
    file_name = "mime.msg",
  }
}
```
2023-06-29 07:36:18 -07:00
..
2023-05-15 08:59:49 -07:00