SchlenkR/FsHttp

Use implicit yields instead of CustOps

Opened this issue · 0 comments

http {
GET "...."
if ctx.IsHuman
then Accept "text/html"
else Accept "application/json"
}