-
How can I get data from a native form method="POST" ? |
Beta Was this translation helpful? Give feedback.
Answered by
kitsonk
Jul 21, 2021
Replies: 1 comment
-
Outside of the documentation in the README documentation for the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kitsonk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Outside of the documentation in the README documentation for the
.request.body()
method, the/example/echoServer.ts
provides an example of how dealing with various types of bodies in the request can be accomplished.