mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-25 21:58:18 +00:00
11 lines
236 B
Markdown
11 lines
236 B
Markdown
# content_disposition
|
|
|
|
```lua
|
|
local content_disposition = headers:content_disposition()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Content-Disposition` header and returns it in [MimeParams](index.md#mimeparams) representation.
|
|
|