Discussion:
[dart-misc] How to capture post request in Aqueduct?
Niyazi Toros
2018-07-03 10:22:49 UTC
Permalink
In channel.dart my router configuration is shown below. But I couldn’t set
the content type to text;

Than in my custom controller I pass the post request to Future (shown below)

*And I get this;*

print(xRequestValue); // *GET /login/Q101:**:49785:_:x (1530612696990)*

I can print the value as shown above comment. I need to get *Q101::49785::x* part
in request.

My question is that how to capture post request in Aqueduct?
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/23494bd1-8613-41c3-a1b6-e300a3ac32b3%40dartlang.org.
Loading...