apisix/t/core
YuanSheng Wang 51684de77b
bugfix: fail to get the http request header by ngx.var. * (#1348)
* bugfix: to get the HTTP request header by `ngx.var.*`, we need to convert
  the name to lower case with dashes replaced by underscores.

more information:

http://nginx.org/en/docs/http/ngx_http_core_module.html#var_http_

* change: the key should be a string object when fetching a value from `ctx.var`.

* bug(make lint): If the code style is bad, do exit with code 1.
2020-03-27 23:13:46 +08:00
..
config.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
ctx.t bugfix: fail to get the http request header by ngx.var. * (#1348) 2020-03-27 23:13:46 +08:00
json.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
log.t bugfix: allow write debug log even if the openresty disabled debug model (#1124) 2020-02-16 11:44:01 +08:00
lrucache.t bugfix: updated the dns parse result by TTL. (#1077) 2020-02-19 20:30:34 +08:00
profile.t feature: support to load different config file by ENV APISIX_PROFILE profile (#1147) 2020-02-28 08:46:42 +08:00
request.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
response.t core: support to set response headers by table. (#1129) 2020-02-18 15:19:12 +08:00
schema.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
table.t chore: improve the preallocation in deepcopy method (#1298) 2020-03-19 08:12:33 +08:00
timer.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
uid.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
utils.t change: don't strip square brackets from the IPv6 (#822) 2019-11-11 09:49:22 +08:00