ob-http
ob-http copied to clipboard
Schema, Protocol, or Scheme
I wish to submit request to https website with :host option, but it's default to http, so I figured how to change it. Looking at the source code, found that it's called schema here. Changed and works fine.
It seems a bit confusing here: curl manual (7.61.1) mainly uses protocol, and mentions a bit about scheme, but not schema. Shall we change it to a clearer term, or add docs for it?
You're right. Per RFC 3986, the correct term is "scheme".
PR #39 submitted.