Commit graph

  • e68bdcf0f4
    Update axum-extra/CHANGELOG.md Jonas Platte 2024-09-20 20:59:29 +0200
  • 0ba73b5c6e
    Implement FromRequest for BytesMut (#2583) Jonas Platte 2024-09-20 20:36:00 +0200
  • 88de9fc407
    ci: Add more allowances for multiple version of the same crate Jonas Platte 2024-09-20 19:38:29 +0200
  • d2d74f6ad1
    Upgrade tower and tower-http Jonas Platte 2024-09-20 19:43:38 +0200
  • f446b420ba
    chore: Add missing symbol (#2909) tiaoxizhan 2024-09-13 01:44:44 +0800
  • 7958f959f3
    Merge branch 'main' into bouk/extract-host-from-uri-port Jonas Platte 2024-09-20 20:49:38 +0200
  • 352b7cf044
    Implement FromRequest for BytesMut (#2583) Jonas Platte 2024-09-20 20:36:00 +0200
  • 69fac0a065 ci: Add more allowances for multiple version of the same crate Jonas Platte 2024-09-20 19:38:29 +0200
  • 652e59b0c0 Upgrade tower and tower-http Jonas Platte 2024-09-20 19:43:38 +0200
  • 105c335bf1
    ci: Add more allowances for multiple version of the same crate Jonas Platte 2024-09-20 19:38:29 +0200
  • b82fc3cc62
    Upgrade tower and tower-http Jonas Platte 2024-09-20 19:43:38 +0200
  • 4b258f7dcf fix variable name bug lonestarx1 2024-09-20 01:30:45 +0900
  • 400ca0988b improving error handling and logging in the server loop lonestarx1 2024-09-20 00:34:21 +0900
  • 9bfd25c4c3 Add an info log to display the request_id being preserved Nia 2024-09-13 22:52:39 -0600
  • e91873a1fb Preserve the matched path Nia 2024-09-13 22:51:40 -0600
  • ca632b9906 Add request id example Nia 2024-09-13 22:18:04 -0600
  • 680cdcba7c
    chore: Add missing symbol (#2909) tiaoxizhan 2024-09-13 01:44:44 +0800
  • 047ed6861e chore: add missing symbol tiaoxizhan 2024-09-13 00:35:24 +0800
  • 6b2d9f4522
    ECOSYSTEM: add zino-rs (#2908) Zan Pan 2024-09-12 22:14:16 +0800
  • de9290a8b7
    Add more must_use attributes (#2846) Jonas Platte 2024-09-11 21:17:25 +0200
  • 3c2ada3755
    ECOSYSTEM: add zino-rs Zan Pan 2024-09-12 17:15:10 +0800
  • 5be25098d1
    Introduce FromRequest for BytesMut Jonas Platte 2024-09-11 21:25:28 +0200
  • b214e39581
    Add more must_use attributes (#2846) Jonas Platte 2024-09-11 21:17:25 +0200
  • 5788a70685
    Update changelogs of axum-core, axum-extra Jonas Platte 2024-07-24 23:25:27 +0200
  • 8c55a44b3d
    Add more must_use attributes Jonas Platte 2024-07-24 22:33:45 +0200
  • fdf83d0b73
    Bring back the breaking changes readme section (#2804) Jonas Platte 2024-09-11 20:42:15 +0200
  • 8b1cad656f
    Bump nightly version used for ui tests (#2805) Jonas Platte 2024-09-11 20:41:44 +0200
  • 6efcb75d99
    Fix warnings and errors from beta Rust (#2904) Benjamin Sparks 2024-09-09 20:55:15 +0200
  • 3534be398a
    Clean up whitespace Jonas Platte 2024-09-09 20:51:35 +0200
  • 6011c99eb8 Fix clippy::too-long-first-doc-paragraph triggers Benjamin Sparks 2024-09-09 16:26:01 +0200
  • 3c62cc0afa axum/examples: disable unreachable_patterns per example Benjamin Sparks 2024-09-09 16:24:29 +0200
  • 0c09d28777 axum: disable unreachable_patterns on a per-trigger basis Benjamin Sparks 2024-09-09 15:53:23 +0200
  • 0617c75a55
    add docs attribute to method fallback Leon Lux 2024-09-08 21:23:27 +0200
  • 833daf81b2
    add documentation for method fallback Leon Lux 2024-09-08 21:22:41 +0200
  • 73ddf833bb
    add method_not_allowed_fallback to router Leon Lux 2024-09-08 20:45:19 +0200
  • 896817739f
    docs: clarify some subtleties of routing SabrinaJewson 2024-09-01 19:36:15 +0100
  • 6a8a5188a3
    Guarantee return value of serve SabrinaJewson 2024-08-31 17:12:33 +0100
  • 7c8ae3708b
    Fix build with http2 disabled SabrinaJewson 2024-08-28 18:03:37 +0100
  • 98030ba34f
    Add support for WebSockets over HTTP/2 SabrinaJewson 2024-08-28 17:46:25 +0100
  • 9b0ec84f1b
    Merge b589cb3ab4 into 1ac617a1b5 Justus Bastian Flügel 2024-08-26 00:33:49 +0200
  • 1ac617a1b5
    Add local_addr for Serve and WithGracefulShutdown (#2881) Joseph Lenton 2024-08-24 10:07:47 +0200
  • 3e0cb6a3fa chore: document change in CHANGELOG.md josephlenton@gmail.com 2024-08-24 09:37:18 +0200
  • ef1448a3f5
    Use env!("CARGO_CRATE_NAME") in the example to simplify the tracing setup code (#2884) Weipeng Hong 2024-08-24 14:36:08 +0800
  • b91ebab588 code review hongweipeng 2024-08-24 01:55:37 +0800
  • a83c79566b Use env!("CARGO_CRATE_NAME") in the example to simplify the tracing setup code hongweipeng 2024-08-21 20:55:33 +0800
  • 0061d0756a feat: tests for local_addr josephlenton@gmail.com 2024-08-18 15:30:39 +0200
  • b3640564d1 feat: local_addr for Serve and WithGracefulShutdown josephlenton@gmail.com 2024-08-18 14:22:56 +0200
  • 3255ce1384
    Upgrade all examples dependencies Elichai Turkel 2024-08-18 14:33:47 +0300
  • 49f5fe7174
    Upgrade tower, base64 and prost deps in axum+axum-extra Elichai Turkel 2024-08-18 14:33:17 +0300
  • bd3eaa7886
    ecosystem: Add spring-rs (#2877) holmofy 2024-08-17 23:17:32 +0800
  • 654f3ce0ee
    Update ECOSYSTEM.md holmofy 2024-08-17 23:13:40 +0800
  • 68cdf33936
    Update ECOSYSTEM.md holmofy 2024-08-17 21:28:25 +0800
  • 6f50c6ed4e
    Made DefaultBodyLimit const friendly (#2875) StNicolay 2024-08-16 11:12:35 +0300
  • c1853d8acc
    Updated the changelog for the DefaultBodyLimit changes StNicolay 2024-08-16 10:22:49 +0300
  • 0e76f8a13b
    Made DefaultBodyLimit const friendly StNicolay 2024-08-15 23:12:22 +0300
  • 4a01b8485a multipart: fix ci again: zleyyij 2024-08-15 13:50:03 -0600
  • 37314994c6 multipart: fix CI zleyyij 2024-08-15 13:40:54 -0600
  • c84a724c78 multipart builder cleanup zleyyij 2024-08-15 13:17:54 -0600
  • 82151baf1d multipart_builder: apply misc feedback zleyyij 2024-08-15 12:58:06 -0600
  • 8d1518643c
    Merge branch 'tokio-rs:main' into main zleyyij 2024-08-14 09:07:10 -0600
  • 35c6f11c94
    Add docs on using tokio task_local to share state (#2769) Baptiste Le Morlec 2024-08-13 23:48:31 +0200
  • d0638086ea
    Minor adjustements Jonas Platte 2024-08-13 23:40:44 +0200
  • dee22b9425
    Adding documentation on using tokio task_local to share state between middleware and IntoResponse implementation Baptiste LE MORLEC 2024-06-05 12:29:23 +0200
  • 52ae7bb904
    Fix link of axum-sessions in ECOSYSTEM.md (#2862) sontixyou 2024-08-10 17:26:47 +0900
  • 6dfd0037bf
    Upgrade tokio-tungstenite to 0.23 (#2841) Benno van den Berg 2024-08-09 20:41:01 +0200
  • dd5cbffb5d
    Update extract doc mentioning optional extractors in axum-extra (#2801) vsuryamurthy 2024-08-09 20:31:39 +0200
  • c52bf9ebba
    Add compression example (#2623) Yann Simon 2024-08-09 20:29:41 +0200
  • 918170a12b Fix clone test to reflect improvement novacrazy 2024-08-07 14:36:59 -0500
  • dd0f45c466 Partially revert method_routing.rs changes novacrazy 2024-08-07 14:32:20 -0500
  • 18448ed378 Avoid some clones novacrazy 2024-08-07 14:06:01 -0500
  • c7b11078ed Fix description sontixyou 2024-08-07 13:27:11 +0900
  • 179942d9cd
    Update ECOSYSTEM.md (#2861) Marco Di Pillo Tomic 2024-08-06 14:11:30 -0300
  • 5c1f84fe8e
    Update ECOSYSTEM.md Marco Di Pillo Tomic 2024-08-06 09:24:35 -0300
  • 20a0824663 Fix link of axum-sessions in ECOSYSTEM.md because axum-sessions is moved to tower-sessions sontixyou 2024-08-06 11:55:27 +0900
  • 382b6aca8f
    Update ECOSYSTEM.md Marco Di Pillo Tomic 2024-08-05 19:13:36 -0300
  • 641445160f Added low-level-native-tls examples Ethra 2024-08-05 02:04:50 +0300
  • a238c24e0c
    Update bytes from 1.0 to 1.2 yhx-12243 2024-08-01 00:30:17 -0400
  • 49c7c0bb6b
    Avoid reallocation for String body extraction yhx-12243 2024-07-30 17:40:41 -0400
  • 8dc371e9a2
    Update reqwest-response example (#2852) redforks 2024-07-30 14:55:15 +0800
  • 3542d3ee52 Fixes: #2767, update to take advantage of reqwest 0.12 forks 2024-07-30 12:45:20 +0800
  • 08b9c69617 Revert "Fixes: #2767 Update reqwest-response example" forks 2024-07-30 12:42:35 +0800
  • 1901b80fca Fixes: #2767 Update reqwest-response example forks 2024-07-29 19:52:01 +0800
  • 304cbee7c9
    examples: Include headers into response in reqwest example (#2812) Valerio Ageno 2024-07-26 19:36:45 +0200
  • 28a2f3f48a
    Revert whitespace change Jonas Platte 2024-07-26 19:32:54 +0200
  • 10dfcb926c feat: turn implementation back and set the headers collected in the response_builder Valerio Ageno 2024-07-26 16:13:05 +0200
  • 8b2a833def Add fix to rustfmt manuelgdlvh 2024-07-26 11:38:46 +0200
  • 32916e65ec
    Add fix to rustfmt Manuel Garcia de la Vega Hoyo 2024-07-26 11:24:29 +0200
  • 672c871d82
    Add documentation to macro Manuel Garcia de la Vega Hoyo 2024-07-26 11:20:52 +0200
  • f7e7ee0cae
    macro for json deserializer extractor to avoid boilerplate Manuel Garcia de la Vega Hoyo 2024-07-26 11:02:29 +0200
  • 57af6497e5 Set PR number and link Benno van den Berg 2024-07-23 15:30:56 +0200
  • 5c3ab30255 Upgrade tokio-tungstenite to 0.23 Benno van den Berg 2024-07-23 15:20:22 +0200
  • 9326fd6b80
    refactor: use for loop instead of for_each Valerio Ageno 2024-07-23 18:17:58 +0200
  • 9a92854189
    fix: include headers into response Valerio Ageno 2024-06-29 18:24:05 +0200
  • 50274725cb
    Resolve clippies (#2843) Benno van den Berg 2024-07-24 00:07:25 +0200
  • 2fc04b640f Remove unneeded unexpected_cfgs Benno van den Berg 2024-07-23 22:08:55 +0200
  • 7483a52082 Resolve more clippies Benno van den Berg 2024-07-23 16:32:14 +0200
  • ce6bac370d Resolve another clippy Benno van den Berg 2024-07-23 16:20:35 +0200
  • 005bce2733 Fix warning related to default_features Benno van den Berg 2024-07-23 16:15:39 +0200
  • ab469fb044 Replace clippy::mismatched_target_os with unexpected_cfgs Benno van den Berg 2024-07-23 16:15:03 +0200
  • 37e4574012
    Fixing a typo in the documentation of with_state method of Router, making it more clear (#2838) Mohamed Eliwa 2024-07-22 00:08:36 +0300