vercel-community / rust

🦀 Rust runtime for ▲ Vercel Serverless Functions
https://rust-runtime.vercel.app
MIT License
816 stars 50 forks source link

Docs For POST, PUT and DELETE methods on http request #139

Closed jonnitg closed 5 months ago

jonnitg commented 6 months ago

Hi y'all!

I started to use this package, but I would like to know if there is a way or an example to create POST requests (and also other HTTP methods). I couldn't find any example for using multiple HTTP methods in one api-route

Thanks in advance

alvgaona commented 5 months ago

I think you'll have to implement that yourself in the handler of choice or come up with an API to have in this project out of the box.