Validate: remove a level of indirection

This commit is contained in:
Yorhel 2025-03-14 06:50:49 +01:00
parent 9685287523
commit 64a105e013
3 changed files with 56 additions and 56 deletions

View file

@ -123,7 +123,9 @@ module makes an attempt to avoid any further copies of data values.
=head2 Parsing
=over FU::MultipartFormData->parse($header, $body)
=over
=item FU::MultipartFormData->parse($header, $body)
Returns an array of field objects from the given C<$header>, which must be a
valid value for the C<Content-Type> request header, and the given C<$body>,