teloxide/crates/teloxide
Ilya Bizyaev 7880e473a1
Allow serving path configuration for the webhook
When running behind e.g. NGINX, Axum might receive requests on a path
that is different from the one in the public webhook URL, such as "/"
instead of "/bot". This commit adds a new optional field to Options to
make such a setup possible.
2024-07-31 21:17:59 +02:00
..
examples Rename "thumb" to "thumbnail" in types 2024-04-04 20:19:25 +03:00
src Allow serving path configuration for the webhook 2024-07-31 21:17:59 +02:00
tests Allow dead_code in a test 2024-07-30 09:18:19 +02:00
Cargo.toml Refactor backoff-related code 2024-07-31 17:07:44 +03:00
LICENSE Revert "Revert "Merge branch 'dev'"" 2022-11-28 16:51:16 +04:00
README.md Revert "Revert "Merge branch 'dev'"" 2022-11-28 16:51:16 +04:00

See README.md at the root of the repository.