Valentin Bartenev
|
08a8d1510d
|
Basic support for serving static files.
|
2019-09-19 02:47:09 +03:00 |
|
Axel Duch
|
7785c96c1a
|
Added routing based on request scheme.
Scheme matches exact string “http” or “https”.
|
2019-07-24 13:47:35 +03:00 |
|
Igor Sysoev
|
1f8c395fc0
|
Cookie-based routing should be case-sensitive.
|
2019-06-10 18:47:35 +03:00 |
|
Igor Sysoev
|
6a775f58af
|
Added routing based on cookies.
|
2019-05-30 15:33:51 +03:00 |
|
Igor Sysoev
|
5fb3daa5af
|
Added routing based on arguments.
|
2019-05-30 15:33:51 +03:00 |
|
Igor Sysoev
|
16273cf1c6
|
Handling routing errors.
|
2019-05-30 15:33:51 +03:00 |
|
Igor Sysoev
|
0ba7cfce75
|
Added routing based on header fields.
|
2019-05-30 15:33:51 +03:00 |
|
Igor Sysoev
|
3aaebe4169
|
Fixed segfault with empty routes array.
|
2019-05-30 15:33:51 +03:00 |
|
Igor Sysoev
|
f2aa190f60
|
Fixed segfault with empty rule array.
|
2019-05-30 15:33:51 +03:00 |
|
Valentin Bartenev
|
f0cc14d394
|
Simplified cycles in nxt_http_route_rule().
|
2019-04-12 17:44:54 +03:00 |
|
Igor Sysoev
|
8339b15158
|
Added support for wildcards in the middle of match patterns.
|
2019-04-10 13:47:34 +03:00 |
|
Igor Sysoev
|
d4ccaae900
|
Initial routing implementation.
|
2019-02-27 16:41:11 +03:00 |
|