Method

enum Method : Enum<HttpSender.Method>

Available HTTP methods to send data. Only POST and PUT are currently supported.

Entries

PUT
Link copied to clipboard
PUT()
POST
Link copied to clipboard

Functions

createURL
Link copied to clipboard
abstract fun createURL(baseUrl: String, report: CrashReportData): URL

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int