mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 16:01:08 +00:00
10 lines
259 B
Markdown
10 lines
259 B
Markdown
# content_transfer_encoding
|
|
|
|
```lua
|
|
local content_transfer_encoding = headers:content_transfer_encoding()
|
|
```
|
|
|
|
{{since('2025.10.06-5ec871ab')}}
|
|
|
|
Parses the `Content-Transfer-Encoding` header and returns it in [MimeParams](index.md#mimeparams) representation.
|