Page MenuHomeDevCentral

Port RequestBody guard to an axum extractor
ClosedPublic

Authored by dereckson on Sep 23 2025, 21:45.
Tags
None
Referenced Files
F26755687: D3716.id.diff
Sun, Apr 26, 01:35
F26740316: D3716.diff
Sat, Apr 25, 18:34
Unknown Object (File)
Fri, Apr 24, 17:39
Unknown Object (File)
Wed, Apr 22, 00:28
Unknown Object (File)
Mon, Apr 20, 18:28
Unknown Object (File)
Sat, Apr 18, 17:05
Unknown Object (File)
Wed, Apr 15, 07:07
Unknown Object (File)
Tue, Apr 14, 13:37
Subscribers
None

Details

Summary

Allows reading the request body as a string.

This is a port of 686e7d43403d for axum too, with common parts to the core crate.

The new type idiom is used to allow to implement traits in each crate.

Ref T2133

Test Plan
  • Tests for RequestBody structure migrated to core
  • New tests for axum

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Not Applicable
Unit
Tests Not Applicable