[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: What C structure contains the HTTP Headers

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 12 Aug 2010 12:07:37 -0400

On 08/12/2010 12:04 PM, Loren Cahlander wrote:
> Hello there,
>
> I am trying to make a change to mod_dav_svn on my server and need to get
> a value out of the HTTP headers. I have not developed in C in quite a
> while and would appreciate any help by pointing me in the right
> direction. I can take it from there, but I do need some help.

Apache passes around the request structure (often just called 'r'), and
inside that is a table called 'headers_in'. Grep for 'r->headers_in' in,
say, subversion/libsvn_repos/repos.c.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-08-12 18:08:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.