~ubuntu-branches/ubuntu/trusty/haproxy/trusty-backports

« back to all changes in this revision

Viewing changes to include/types/proto_http.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2010-06-18 00:42:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100618004253-ygka2bh6nblkhfj2
Tags: 1.4.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
        REDIRECT_TYPE_PREFIX,           /* prefix redirect */
222
222
};
223
223
 
 
224
/* Perist types (force-persist, ignore-persist) */
 
225
enum {
 
226
        PERSIST_TYPE_NONE = 0,          /* no persistence */
 
227
        PERSIST_TYPE_FORCE,             /* force-persist */
 
228
        PERSIST_TYPE_IGNORE,            /* ignore-persist */
 
229
};
 
230
 
224
231
/* Known HTTP methods */
225
232
typedef enum {
226
233
        HTTP_METH_NONE = 0,