fsprojects / FsHttp

A lightweight F# HTTP library by @SchlenkR and @dawedawe
https://fsprojects.github.io/FsHttp/
Apache License 2.0
424 stars 42 forks source link

Use implicit yields instead of CustOps #172

Open SchlenkR opened 5 months ago

SchlenkR commented 5 months ago

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