/actix-web-custom-macro-example

actix-web custom proc macro and middleware example (🤦NOTE: custom macro not work with middleware)

Primary LanguageRustApache License 2.0Apache-2.0

actix-web-custom-macro-example

actix-web custom macro handled by a middleware example.

Server

cargo run

Client

curl -v http://localhost:8080/hello

Expecting x-foobar: test in the HTTP header of the response