Giraffe
Giraffe copied to clipboard
Docs: Context extension methods need updating to tuples
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.