S
S
sergeimvc2021-03-17 18:10:59
Mobile development
sergeimvc, 2021-03-17 18:10:59

How to handle incoming requests in a Flutter app?

Good afternoon.
Let's say there is a flutter application built for web.
Let's say I launched it at localhost:9000.

For example, I'll send a request to it from the terminal:

curl --request POST -d 'test_raw_data' http://localhost:9000

How can I process an incoming POST request in an application?

Thank you all in advance for your replies =)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question