Method

enum Method : Enum<HttpSender.Method>

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

Entries

Link copied to clipboard
PUT()
Link copied to clipboard

Functions

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

Properties

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