Logan B. Nielsen
|
7e59625778
|
Implement CSRF token verification for OAuth example (#2534)
Co-authored-by: Logan Nielsen <loganbn@amazon.com>
Co-authored-by: Logan Nielsen <logan.nielsen@one.app>
|
2024-11-17 22:27:54 +01:00 |
|
Hayashi Mikihiro
|
0774e59704
|
Remove once_cell from jwt example (#3014)
Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
|
2024-11-11 16:57:10 +00:00 |
|
Hayashi Mikihiro
|
6e0559e687
|
Update low-level-rustls example (#3013)
Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com>
|
2024-11-11 16:55:43 +00:00 |
|
Benjamin Sparks
|
c5a451d94b
|
Remove unneeded macro usage (#2995)
Co-authored-by: Benjamin Sparks <b.sparks@alugha.com>
|
2024-10-17 16:47:51 +02:00 |
|
Jonas Platte
|
0ddc63f77e
|
Move the Host extractor to axum-extra (#2956)
|
2024-10-14 22:45:37 +00:00 |
|
Sabrina Jewson
|
64e6edac05
|
Add support for WebSockets over HTTP/2 (#2894)
|
2024-10-06 07:58:34 +00:00 |
|
David Mládek
|
6318b57fda
|
chore: Upgrade matchit to 0.8 (#2645)
|
2024-10-03 15:46:58 +00:00 |
|
Jonas Platte
|
5db62e8452
|
Remove examples/listen-multiple-addrs (#2951)
|
2024-09-30 23:23:19 +02:00 |
|
Jonas Platte
|
3df15fd2ea
|
Update mongodb example (#2944)
|
2024-09-28 23:40:52 +02:00 |
|
Zheng Li
|
19101f624d
|
Replace async_trait with AFIT / RPITIT (#2308)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
|
2024-09-28 21:27:11 +00:00 |
|
Ethra
|
073de8b5a4
|
Add low-level-native-tls examples (#2860)
|
2024-09-28 19:30:19 +00:00 |
|
Mobin Mohanan
|
4d9017af7e
|
Add MongoDB example (#2535)
|
2024-09-28 13:03:52 +02:00 |
|
Nia
|
2542acb243
|
Add request id example (#2912)
|
2024-09-28 11:25:05 +02:00 |
|
Jonas Platte
|
85b6fd49c7
|
Upgrade most example dependencies (#2936)
|
2024-09-27 18:50:52 +02:00 |
|
Jonas Platte
|
2fb6cea732
|
Remove unused dependencies from examples (#2934)
|
2024-09-25 03:44:47 -04:00 |
|
Jonas Platte
|
ef50e5c180
|
Upgrade private dependencies (#2935)
|
2024-09-24 23:50:53 +02:00 |
|
Benjamin Sparks
|
6efcb75d99
|
Fix warnings and errors from beta Rust (#2904)
|
2024-09-09 18:55:15 +00:00 |
|
Weipeng Hong
|
ef1448a3f5
|
Use env!("CARGO_CRATE_NAME") in the example to simplify the tracing setup code (#2884)
|
2024-08-24 08:36:08 +02:00 |
|
Benno van den Berg
|
6dfd0037bf
|
Upgrade tokio-tungstenite to 0.23 (#2841)
|
2024-08-09 20:41:01 +02:00 |
|
Yann Simon
|
c52bf9ebba
|
Add compression example (#2623)
|
2024-08-09 20:29:41 +02:00 |
|
redforks
|
8dc371e9a2
|
Update reqwest-response example (#2852)
|
2024-07-30 08:55:15 +02:00 |
|
Valerio Ageno
|
304cbee7c9
|
examples: Include headers into response in reqwest example (#2812)
|
2024-07-26 17:36:45 +00:00 |
|
Benno van den Berg
|
50274725cb
|
Resolve clippies (#2843)
|
2024-07-24 00:07:25 +02:00 |
|
Chris Pick
|
035c8a36b5
|
Fix a few typos in docs and comments (#2808)
|
2024-06-27 08:45:57 +02:00 |
|
chris
|
4452519689
|
Fix typo in serve-with-hyper example (#2750)
|
2024-05-27 12:17:07 -04:00 |
|
src_resources
|
8d0c5c05eb
|
Remove unnecessary parentheses in chat example (#2732)
|
2024-05-07 06:33:17 -04:00 |
|
Chan Kang
|
b85bdc1be9
|
Fix comment spacing in websocket example
|
2024-04-11 07:57:11 -04:00 |
|
tison
|
dbd6178393
|
Upgrade reqwest to 0.12 (#2688)
Signed-off-by: tison <wander4096@gmail.com>
|
2024-03-29 08:34:56 +01:00 |
|
Shaobo Liu
|
6bd6556385
|
Fix typo in auto-reload example. (#2680)
|
2024-03-26 10:22:59 +01:00 |
|
mikihiro
|
c6fd852844
|
Update sync_wrapper to 1.0.0 from 0.1.1
... and fix CI.
|
2024-03-23 19:46:20 +01:00 |
|
Vigith Maurice
|
b6b203b306
|
fix typo in prometheus_metrics_example (#2627)
Signed-off-by: Vigith Maurice <vigith@gmail.com>
|
2024-03-02 21:51:18 +01:00 |
|
drbh
|
d703e6f97a
|
feat: add simple tokio redis example (#2543)
|
2024-02-11 12:27:12 +01:00 |
|
Deffendor
|
6bc400104e
|
add minijinja templating example (#2523)
|
2024-02-11 12:17:41 +01:00 |
|
Jonas Platte
|
5f7fcc5866
|
Fix blocking-mode tcp listener in auto-reload example (#2558)
|
2024-01-31 14:55:42 +00:00 |
|
Rdbo
|
530aa5530c
|
Fix typos in testing example (#2542)
|
2024-01-26 21:17:40 +00:00 |
|
Nick Price
|
934b1aac06
|
Grammar: Fix "it's" vs "its" in several places (#2518)
|
2024-01-15 21:48:11 +01:00 |
|
dayvejones
|
94901e0fe7
|
Update axum prometheus-metrics example (#2516)
Co-authored-by: Dudin.Roman <Roman@HPROMAN>
|
2024-01-15 14:25:31 +01:00 |
|
David Pedersen
|
358f196810
|
Add note about missing CSRF validation in oauth example (#2512)
|
2024-01-13 15:37:03 +01:00 |
|
David Pedersen
|
48d169016a
|
Update example-tls-graceful-shutdown
Was just a matter of updating axum-server
|
2023-12-31 00:18:55 +01:00 |
|
David Pedersen
|
3b43b257e7
|
Add dependency injection example (#2466)
|
2023-12-30 18:11:33 +01:00 |
|
Henry Chen
|
c34041510c
|
Add an example integration test for SSE (#2465)
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
|
2023-12-30 18:04:23 +01:00 |
|
David Pedersen
|
5d388c8d91
|
Remove outdated comment
|
2023-12-29 17:51:14 +01:00 |
|
David Pedersen
|
12e8c6219d
|
Support graceful shutdown on serve (#2398)
|
2023-12-29 11:17:58 +00:00 |
|
David Pedersen
|
c3db223532
|
Rework error handling example (#2382)
|
2023-12-29 01:49:13 +01:00 |
|
FémLol Stúdió
|
4f010d9b2d
|
Updating tls-rustls example (#2457)
|
2023-12-29 01:07:58 +01:00 |
|
gerardcl
|
fd3bfe4448
|
Fix comments on reqwest-response example for axum 0.7 (#2437)
|
2023-12-18 20:31:21 +01:00 |
|
Fujiwara Takumi
|
2f585ac9b7
|
Upgrade tokio-tungstenite to 0.21 (#2435)
|
2023-12-18 15:13:35 +01:00 |
|
gerardcl
|
12676aabea
|
Update example-reqwest-response (#2430)
|
2023-12-17 12:47:45 +01:00 |
|
Francis
|
1fa21bbb73
|
Update example http-proxy to hyper 1.0 (#2394)
|
2023-12-02 16:58:31 +01:00 |
|
Mape
|
b02ce30737
|
Update example reverse-proxy to axum 0.7 (#2395)
|
2023-12-02 11:48:10 +01:00 |
|