HttpInterface

interface HttpInterface

Inheritors

Types

Link copied to clipboard
class Option

Functions

Link copied to clipboard
@Nullable
abstract fun delete(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun get(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun head(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun patch(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun post(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun put(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String
Link copied to clipboard
@Nullable
abstract fun upload(@NotNull url: @NotNull String, @Nullable option: @Nullable HttpInterface.Option): @Nullable String