kore/include/kore
Joris Vink fa2e8ef0b6 Add support for config based redirection.
Inside the domain contexts a 'redirect' rule will allow you to redirect
a request to another URI.

Ex:

Redirect all requests with a 301 to example.com

	redirect ^/.*$ 301 https://example.com

Using capture groups

	redirect ^/account/(.*)$ 301 https://example.com/account/$1

Adding the query string in the mix

	redirect ^/(.*)$ 301 https://example.com/$1?$qs
2020-02-07 06:42:33 +01:00
..
acme.h Add support for setting an email for ACME. 2020-01-13 11:00:40 +01:00
curl.h Allow kore_curl calls to be synchronous. 2019-10-21 13:26:44 +02:00
http.h Add support for config based redirection. 2020-02-07 06:42:33 +01:00
jsonrpc.h Move header files to include/kore. 2018-03-30 13:45:29 +02:00
kore.h Add support for config based redirection. 2020-02-07 06:42:33 +01:00
pgsql.h Some C pgsql api improvements. 2019-06-01 23:14:50 +02:00
python_api.h Stop a python coro from getting stuck with httpclient. 2019-10-22 17:06:32 +02:00
python_methods.h allow use udata in kore.timer() via the data kwarg. 2020-01-22 09:42:41 +01:00
seccomp.h Add acmev2 (RFC8555) support to Kore. 2019-11-06 19:43:48 +01:00
tasks.h Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00