~ubuntu-branches/ubuntu/trusty/serf/trusty-updates

« back to all changes in this revision

Viewing changes to serf.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Samuelson
  • Date: 2010-02-14 23:04:17 UTC
  • mfrom: (1.2.3 upstream)
  • mto: (3.3.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100214230417-8zjz7vd5plcoykaz
* New upstream release.
  - patches/libtool: update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
518
518
 * This is basically a wrapper around @a serf_bucket_request_create, which 
519
519
 * initializes the bucket using request, connection and/or context specific
520
520
 * settings.
521
 
 * 
522
 
 * If the host_url and/or user_agent options are set on the connection, 
523
 
 * headers 'Host' and/or 'User-Agent' will be set on the request message.
 
521
 *
 
522
 * This function will set following header(s):
 
523
 * - Host: if the connection was created with @a serf_connection_create2.
524
524
 */
525
525
SERF_DECLARE(serf_bucket_t *) serf_request_bucket_request_create(
526
526
    serf_request_t *request,
910
910
/* Version info */
911
911
#define SERF_MAJOR_VERSION 0
912
912
#define SERF_MINOR_VERSION 3
913
 
#define SERF_PATCH_VERSION 0
 
913
#define SERF_PATCH_VERSION 1
914
914
 
915
915
/* Version number string */
916
916
#define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \