On 02/21, Jonathan Tan wrote:
> On Tue, 6 Feb 2018 17:13:09 -0800
> Brandon Williams wrote:
>
> > @@ -172,6 +172,8 @@ struct http_get_options {
> > * for details.
> > */
> > struct strbuf *base_url;
> > +
> > + struct string_list *extra_headers;
>
> Document this? For example:
>
On Tue, 6 Feb 2018 17:13:09 -0800
Brandon Williams wrote:
> @@ -172,6 +172,8 @@ struct http_get_options {
>* for details.
>*/
> struct strbuf *base_url;
> +
> + struct string_list *extra_headers;
Document this? For example:
If not NULL, additional HTTP headers to be
2 matches
Mail list logo