]> git.tdb.fi Git - libs/net.git/commit
Add a utility struct for parsing complex header values
authorMikko Rasa <tdb@tdb.fi>
Mon, 16 May 2016 09:06:19 +0000 (12:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 16 May 2016 09:06:19 +0000 (12:06 +0300)
commit451c140747bef1829d55d20a33dd3543b9ab8c98
treeeaddb7f2a288f454bb4ab1b65e4e9eb5aef42ba7
parentafb8690a16f16890c322bdaf752574e4428a9c02
Add a utility struct for parsing complex header values

It's not used to store headers in Message since not all headers follow
the same syntax.  User-Agent in particular may have semicolons which are
not parameters separators.
source/http/header.cpp [new file with mode: 0644]
source/http/header.h [new file with mode: 0644]