DataSpec.HttpMethod


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation DataSpec.HttpMethod


HTTP methods supported by ExoPlayer HttpDataSources. One of HTTP_METHOD_GET, HTTP_METHOD_POST or HTTP_METHOD_HEAD.