-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Open
Inconsistency in HTTP Provider specification#96
Description
The specification for the HTTP provider states that
The HTTP provider MUST return an object with the following properties:
statuswhich MUST be a valid HTTP returned code as defined in RFC 7231
headerswhich MUST be an object
bodywhich MUST be a string
However, in the case that the HTTP response has the Content-Type of application/json, the toolkit lib returns a JSON object as the body.
Metadata
Metadata
Assignees
Labels
No labels