Package-level declarations
Types
A @actions/http-client
based Http client that uses kotlinx serialization Json parsing and adds Accept
(always) and Content-Type
(*Json methods) headers.
A HTTP response that you can get JSON deserialized responses from.
Functions
Deserialize the read string.
Deserialize reads from and serialize writes to the delegate.
Deserialize the read string if it is non-null.
Deserialize reads from and serialize writes to the delegate, if the values are non-null.
Get a Http client with json support wrapping this client.
A @actions/http-client
based Http client that uses kotlinx serialization Json parsing and adds Accept
(always) and Content-Type
(*Json methods) headers.
Serialize the read value.
Serialize reads from and deserialize writes to the delegate.
Serialize the read value, if it is non-null.
Serialize reads from and deserialize writes to the delegate, if the values are non-null.