mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Adding the hooks keyword with a dictionary attached to specify the relevant hooks will hook them for the given route. Eg: domain.route("/", self.index, methods=["get"], hooks={ "on_free": self.request_free } ) These are the same hooks available via a normal Kore route configuration.
Kore asynchronous libcurl integration example.
This example demonstrates how you can use the asynchronous libcurl api from Kore to perform HTTP client requests, or FTP requests, or send emails all in an asynchronous fashion.
Run:
$ kodev run
$ curl https://127.0.0.1:8888
$ curl https://127.0.0.1:8888/ftp