Skip to content

DeleteResultReceiver

[Source]

Receives the result of an HTTP request that expects no response body (204 No Content). Used for DELETE and PUT operations like deleting a label or starring a gist.

interface tag DeleteResultReceiver

Public Behaviours

success

[Source]

be success()

failure

[Source]

be failure(
  status: U16 val,
  response_body: String val,
  message: String val)

Parameters