(mut self, encoding: Encoding)
| 105 | /// ``` |
| 106 | #[must_use] |
| 107 | pub fn encoding(mut self, encoding: Encoding) -> Self { |
| 108 | self.encoding = Some(encoding); |
| 109 | self |
| 110 | } |
| 111 | |
| 112 | /// Set the encoding to None (binary content). |
| 113 | /// |
no outgoing calls