tmenier / flurl-site

Flurl Web Site
https://flurl.dev
3 stars 13 forks source link

Update testable-http.md #6

Closed karpikpl closed 10 months ago

karpikpl commented 5 years ago

I think I found a mistake in the testable http example. I believe it should be httpTest.RespondWith("server error", 500); not httpTest.RespondWith(500, "server error");

tmenier commented 10 months ago

thanks and sorry this slipped through the cracks long ago! looks like it was fixed at some point