mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
3db7891303
* add scope proc macro * Update scope macro code to work with current HttpServiceFactory * started some test code * add some unit tests * code formatting cleanup * add another test for combining and calling 2 scopes * format code with formatter * Update actix-web-codegen/src/lib.rs with comment documentation fix Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> * work in progress. revised procedural macro to change othe macro call * add tests again. refactor nested code. * clean up code. fix bugs with route and method attributes with parameters * clean up for rust fmt * clean up for rust fmt * fix out of date comment for scope macro * sync to master branch by adding test_wrap * needed to format code * test: split out scope tests * test: add negative tests * chore: move imports back inside (?) * docs: tweak scope docs * fix: prevent trailing slashes in scope prefixes * chore: address clippy lints --------- Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com> |
||
---|---|---|
.. | ||
docstring-ok.rs | ||
route-custom-lowercase.rs | ||
route-custom-lowercase.stderr | ||
route-custom-method.rs | ||
route-duplicate-method-fail.rs | ||
route-duplicate-method-fail.stderr | ||
route-malformed-path-fail.rs | ||
route-malformed-path-fail.stderr | ||
route-missing-method-fail.rs | ||
route-missing-method-fail.stderr | ||
route-ok.rs | ||
routes-missing-args-fail.rs | ||
routes-missing-args-fail.stderr | ||
routes-missing-method-fail.rs | ||
routes-missing-method-fail.stderr | ||
routes-ok.rs | ||
scope-invalid-args.rs | ||
scope-invalid-args.stderr | ||
scope-missing-args.rs | ||
scope-missing-args.stderr | ||
scope-on-handler.rs | ||
scope-on-handler.stderr | ||
scope-trailing-slash.rs | ||
scope-trailing-slash.stderr | ||
simple-fail.rs | ||
simple-fail.stderr | ||
simple.rs | ||
test-runtime.rs |