aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_multipart.erl
AgeCommit message (Collapse)Author
2013-04-26Removed asserts from unit testsEgobrain
2013-01-30Fix a new warning found by Dialyzer R16ALoïc Hoguin
2012-12-14Fix multipart parser when the boundary is not fully read yetThomas Nordström
2012-12-10Fix broken 'make docs'derdesign
2012-12-01Return full packet as multipart body if possibleMagnus Klaar
2012-09-21Make multipart part headers binary lowercaseLoï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-17Include the eunit file only if TEST is definedLoïc Hoguin
2012-08-27Have only one -export and -export_type per lineLoïc Hoguin
This should make easier spotting additions and removals in commits.
2012-02-20Add 'Expect' header parsingLoï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-23Add multipart supportAnthony Ramine