Compare two revisions of: Igium.MultipartFormDataParser
... | ... | @@ -28,7 +28,7 @@ Definitions |
28 | 28 | |
29 | 29 | _NOTE: In the following pseudo-code blocks, new lines, spaces, square brackets `'[', ']'` and the `"..."` byte sequence are non-significant. The byte sequences `"--"` and `":"` are parsed. The square brackets `'[', ']'` encapsulate optional parts. Within the pseudo-code, the `"..."` byte sequence indicates repetition of already described message elements. As a code-block-leading or -trailing sequence, `"..."` indicates parts of the message that are non-significant to the specific example._ |
30 | 30 | |
31 | -Implemented "multipart/form-data" Message Syntax | |
31 | +Supported "multipart/form-data" Message Syntax | |
32 | 32 | =========================== |
33 | 33 | |
34 | 34 | ``` |
35 | 35 |