|
LEML
0.6
|
Field body key-value pair values parser More...
Static Public Member Functions | |
| static List< KeyValuePair< string, string > > | Parse (String body) |
| Parse field body More... | |
Field body key-value pair values parser
For example:
text/plain → {"": "text/plain"}text/plain; charset=utf-8 → {"": "text/plain", "charset": "utf-8"}
|
static |
Parse field body
| body |