HTTP transport contract. Receives a fully-qualified URL plus options and
resolves with the parsed JSON body. The default implementation uses Node's
built-in https/http; callers can supply their own as the 4th argument to
init. A custom transport only needs to honour options.method and
options.body if it will be used for the contract-verification endpoints.
HTTP transport contract. Receives a fully-qualified URL plus options and resolves with the parsed JSON body. The default implementation uses Node's built-in
https/http; callers can supply their own as the 4th argument to init. A custom transport only needs to honouroptions.methodandoptions.bodyif it will be used for the contract-verification endpoints.