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

commonMain.com.lt.lazy_people_http.annotations.Header.kt Maven / Gradle / Ivy

package com.lt.lazy_people_http.annotations

/**
 * creator: lt  2023/3/10  [email protected]
 * effect : 表示要给该请求添加请求头
 * warning:
 */
@Target(AnnotationTarget.FUNCTION)
annotation class Header(val name: String, val value: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy