Augusto Roman dc3efc939c Add request placeholder support for querying request cookies. (#1392)
* Add request placeholder support for querying request cookies.

This adds the ability to query the request cookies for placeholders
using the syntax "@cookiename".

For example, this would allow rewriting based on a cookie:
  rewrite {
    if @version is 'dev'
    to /dev/index.html
  }

* Switch cookie special char from @ to :

* Switch special char for cookies from : to ~
2017-02-15 21:59:24 -07:00
..
2016-09-05 10:20:34 -06:00
2017-01-10 13:09:24 -08:00
2016-10-11 10:34:51 +08:00
2016-07-08 18:12:52 -06:00
2016-10-11 10:34:51 +08:00
2017-02-08 09:23:33 -07:00
2017-01-28 19:41:24 +08:00