httpswift / swifter

Tiny http server engine written in Swift programming language.
BSD 3-Clause "New" or "Revised" License
3.9k stars 539 forks source link

How to get post parameters ? #539

Open 24Lathiya opened 1 year ago

24Lathiya commented 1 year ago

I am sending the password with the POST request, and it is sending successfully.

Screenshot 2023-05-25 at 7 26 22 PM

but when I check my project I did not get the password parameter in the POST request parameters

Screenshot 2023-05-25 at 7 31 45 PM

I just getting my path as a parameter. If anyone has an idea please let me know. @damian-kolakowski @pvzig @Palleas @michaelenger Thanks