diff options
author | Jeff King <peff@peff.net> | 2014-05-22 05:30:05 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-05-27 09:59:19 -0700 |
commit | e31316263af98c4583be39b469f3152a23eba91d (patch) | |
tree | 2bab83853f1a2dbb953689da98fe6cd218b72fb8 /patch-ids.c | |
parent | http: extract type/subtype portion of content-type (diff) | |
download | tgif-e31316263af98c4583be39b469f3152a23eba91d.tar.xz |
http: optionally extract charset parameter from content-type
Since the previous commit, we now give a sanitized,
shortened version of the content-type header to any callers
who ask for it.
This patch adds back a way for them to cleanly access
specific parameters to the type. We could easily extract all
parameters and make them available via a string_list, but:
1. That complicates the interface and memory management.
2. In practice, no planned callers care about anything
except the charset.
This patch therefore goes with the simplest thing, and we
can expand or change the interface later if it becomes
necessary.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'patch-ids.c')
0 files changed, 0 insertions, 0 deletions