Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-14 | Fix multipart parser when the boundary is not fully read yet | Thomas Nordström | |
2012-12-10 | Fix broken 'make docs' | derdesign | |
2012-12-01 | Return full packet as multipart body if possible | Magnus Klaar | |
2012-09-21 | Make multipart part headers binary lowercase | Loïc Hoguin | |
Here we do not remove decode_packet yet, we just lowercase the header name and transform it into a binary if needed, to fix the consistency issue. | |||
2012-09-17 | Include the eunit file only if TEST is defined | Loïc Hoguin | |
2012-08-27 | Have only one -export and -export_type per line | Loïc Hoguin | |
This should make easier spotting additions and removals in commits. | |||
2012-02-20 | Add 'Expect' header parsing | Loïc Hoguin | |
At the same time renaming cowboy_http:content_type_params/3 to cowboy_http:params/2 (with a default Acc of []) as this code isn't useful only for content types. | |||
2012-01-23 | Add multipart support | Anthony Ramine | |