All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.jellyfin.sdk.api.client.HttpMethod.kt Maven / Gradle / Ivy

The newest version!
package org.jellyfin.sdk.api.client

public enum class HttpMethod {
	GET,
	POST,
	DELETE,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy