Need code sample for localhost http echo server. #56
zydjohnHotmail
started this conversation in
General
Replies: 1 comment
-
Hi @zydjohnHotmail just set a route and then:
or
Check out the Test.Default project for a simple example. Cheers, Joel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello:
I need a simple http echo server, which can accept localhost http post data, and show the data posted by http client.
I looked at your repo., and found it rather complicated.
Can you provide a simple http echo server code sample?
By the way, I am using Visual Studio 2019 version 16.9.0 targeting .net 5 on Windows 10.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions