hanabu / lambda-web

Run Rust web frameworks on AWS Lambda
MIT License
118 stars 38 forks source link

Expose remote address in Warp #6

Open dholroyd opened 2 years ago

dholroyd commented 2 years ago

I would like to be able to act on remote address (e.g. use warp::filters::addr::remote()).

Seems like lambda-web can't implement that without something like https://github.com/seanmonstar/warp/pull/713 though.