commit | 8277ca72b152f36d8561c60dd8e7ea2d5bd2c2fc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 22 15:12:04 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:45:49 2018 +0100 |
tree | c2dfe669c415ed2ef5787115fdb28d385e344da7 | |
parent | 72d9125efb70f84cb3fdc3d67555a7878dbf84fb [diff] |
MINOR: http: Add standalone functions to parse a start-line or a header These 2 functions are pretty naive. They only split a start-line into its 3 substrings or a header line into its name and value. Spaces before and after each part are skipped. No CRLF at the end are expected.