fetch()
API standard. Frisby.js offers pre-defined get
, post
, put
, and del
for convenience and better readability.fetch
method directly with custom options from the fetch
spec.Content-Type: application/json
by default.frisby.post()
.fetch
directly, which accepts all the same options and parameters as the Fetch API - Frisby.js just passes them through for your request.