Package-level declarations
Functions
Call DELETE on a target resource with R as the expected return type.
Call GET on a target resource with R as the expected return type.
Call HEAD on a target resource with R as the expected return type.
Call OPTIONS on a target resource with R as the expected return type.
A serialize-friendly version of patch that doesn't put any type constraints on the body.
A serialize-friendly version of post that doesn't put any type constraints on the body.
A serialize-friendly version of put that doesn't put any type constraints on the body.
Like delete, but returns null if the request failed for any reason.
Like get, but returns null if the request failed for any reason.
Like head, but returns null if the request failed for any reason.
Like options, but returns null if the request failed for any reason.
A serialize-friendly version of tryPatch that doesn't put any type constraints on the body.
Like patch, but returns null if the request failed for any reason.
A serialize-friendly version of tryPost that doesn't put any type constraints on the body.
Like post, but returns null if the request failed for any reason.
A serialize-friendly version of tryPut that doesn't put any type constraints on the body.
Like put, but returns null if the request failed for any reason.