Skip to content

Parse POST form #2464

Answered by NicoPlyley
cdtut asked this question in Q&A
Discussion options

You must be logged in to vote

Did you set your encoding to be plain text? By default it should be application/x-www-form-urlencoded so you can use await c.req.parseBody()

Docs here on how you can access it. It seems to be close to how your looking for

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cdtut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants