summaryrefslogtreecommitdiff
path: root/tests/header-parsing-test.c
Commit message (Collapse)AuthorAgeFilesLines
* forms: Use GBytes instead of SoupMessageBodyCarlos Garcia Campos2020-10-081-6/+1
| | | | Use the body stream always for requests in client side.
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-5/+5
|
* soup-headers: add strict parameter parsing functionsClaudio Saavedra2018-10-081-0/+76
| | | | | | | | | | | These functions extend the existing parameter-parsing functions but differ in that they return NULL if there are any duplicated parameters. It is noted in their documentation that they are not recommended to parse header fields that might contain RFC5987-encoded parameters. Add tests for the parameter parsing methods that cover the different cases, including RFC5789-encoded parameters.
* Compile the unit testsTomas Popela2018-04-111-0/+1187
Also rename some tests to be consistent with the names.