1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-01 00:45:41 +00:00
Commit graph

4 commits

Author SHA1 Message Date
056e7dcde4 Use stock std::string conversion. 2017-06-07 00:30:43 +01:00
009341233d Use karma to make mime strings from structs. 2017-05-31 19:53:46 +01:00
4ff6719077 Fix bug in the mime parser.
The token rule was matching even when the quoted_string
rule should have matched, which was preventing the "
stripping to work. In fact quoted_string was never being
used.
Also improve formatting of long lines.
2017-05-25 19:09:11 +01:00
ea55602f6b Implement mime_split.
It will be used to detect received content types.
2017-05-25 00:51:26 +01:00