Thierry FOURNIER
08504f4e19
MINOR: lua: create and register HTTP class
...
This class is accessible via the TXN object. It is created only if
the attached proxy have HTTP mode. It contain all the HTTP
manipulation functions:
- req_get_headers
- req_del_header
- req_rep_header
- req_rep_value
- req_add_header
- req_set_header
- req_set_method
- req_set_path
- req_set_query
- req_set_uri
- res_get_headers
- res_del_header
- res_rep_header
- res_rep_value
- res_add_header
- res_set_header
2015-03-18 11:34:06 +01:00
..
2015-02-28 23:12:32 +01:00
2015-01-22 14:24:53 +01:00
2014-03-17 18:06:06 +01:00
2015-01-20 19:48:14 +01:00
2014-06-13 16:32:48 +02:00
2015-03-11 20:41:47 +01:00
2015-02-28 23:12:31 +01:00
2012-11-21 01:56:47 +01:00
2014-11-21 07:51:57 +01:00
2014-06-17 17:15:56 +02:00
2014-05-20 14:57:36 +02:00
2010-08-10 14:01:09 +02:00
2015-01-15 21:34:39 +01:00
2006-12-04 02:20:02 +01:00
2015-03-18 11:34:06 +01:00
2009-10-26 21:10:04 +01:00
2012-02-21 22:27:27 +01:00
2009-10-26 21:10:04 +01:00
2009-10-26 21:10:04 +01:00
2009-10-03 18:41:18 +02:00
2015-03-13 16:45:37 +01:00
2015-02-28 23:12:34 +01:00
2015-02-03 00:24:16 +01:00
2015-03-13 14:10:30 +01:00
2013-12-09 16:06:08 +01:00
2014-04-28 14:19:17 +02:00
2013-11-19 08:04:59 +01:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2015-02-28 23:12:33 +01:00
2015-02-28 23:12:32 +01:00
2014-07-08 01:13:34 +02:00
2015-03-13 16:23:00 +01:00
2015-02-28 23:12:32 +01:00
2015-02-28 23:12:31 +01:00
2015-02-28 23:12:31 +01:00
2015-03-11 20:41:46 +01:00
2010-08-27 18:00:40 +02:00
2015-02-28 23:10:22 +01:00
2014-07-16 17:26:40 +02:00
2015-03-11 20:41:46 +01:00
2013-12-09 16:06:22 +01:00
2006-06-29 18:54:54 +02:00