Giraffe icon indicating copy to clipboard operation
Giraffe copied to clipboard

Docs: Context extension methods need updating to tuples

Open xdaDaveShaw opened this issue 3 years ago • 0 comments

Just noticed in the docs that the example for:

ctx.SetHttpHeader "Key" "value"

should now be

ctx.SetHttpHeader("Key", "value")

for version 5.

I'm not sure what other extension methods there are that need updating, but can submit a PR for that one if needed.

xdaDaveShaw avatar Jun 05 '21 21:06 xdaDaveShaw