mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 03:58:45 +00:00
suppress kdocs of uniupload in actual realizations
This commit is contained in:
parent
41504469db
commit
fafe50f80a
@ -28,6 +28,7 @@ import org.w3c.xhr.XMLHttpRequestResponseType
|
|||||||
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
|
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
|
||||||
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
|
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
|
||||||
* in case you wish to pass other source of multipart binary data than regular file
|
* in case you wish to pass other source of multipart binary data than regular file
|
||||||
|
* @suppress
|
||||||
*/
|
*/
|
||||||
actual suspend fun <T> HttpClient.uniUpload(
|
actual suspend fun <T> HttpClient.uniUpload(
|
||||||
url: String,
|
url: String,
|
||||||
|
@ -27,6 +27,7 @@ import java.io.File
|
|||||||
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
|
* @param data [Map] where keys will be used as names for multipart parts and values as values. If you will pass
|
||||||
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
|
* [dev.inmo.micro_utils.common.MPPFile] (File from JS or JVM platform). Also you may pass [UniUploadFileInfo] as value
|
||||||
* in case you wish to pass other source of multipart binary data than regular file
|
* in case you wish to pass other source of multipart binary data than regular file
|
||||||
|
* @suppress
|
||||||
*/
|
*/
|
||||||
actual suspend fun <T> HttpClient.uniUpload(
|
actual suspend fun <T> HttpClient.uniUpload(
|
||||||
url: String,
|
url: String,
|
||||||
|
Loading…
Reference in New Issue
Block a user