salvo-rs / salvo

A powerful web framework built with a simplified design.
https://salvo.rs
Apache License 2.0
3.26k stars 197 forks source link

OAPI Extractor #891

Closed Firesz25 closed 1 week ago

Firesz25 commented 2 weeks ago

Problem When use OAPI extractor in most cases use is a require and i woul'd like to see it set as defult

Solution Set the REQUIRE value of extractor to default true in declaration eg, for QueryParams QueryParam<T, const REQUIRED: bool = true>