Ruangyot Nanchiang
Results
2
issues of
Ruangyot Nanchiang
Currently, calling `.allowed_origin("*")` has no effect, and the origin is not interpreted as wildcard. This patch handles "*" explicitly by setting `cors.origins = AllOrSome::All`. This fixes CORS behavior in browser-based...
## Summary This PR introduces an initial implementation of `utoipa-ntex`, a crate that integrates Utoipa with the `ntex` web framework (https://github.com/ntex-rs/ntex). While the core functionality is working, and some basic...