ZEPETO.Multiplay.HttpService
Enumerations
Interfaces
Type Aliases
HttpBodyType
Ƭ HttpBodyType: string
| { [key: string]
: any
; }
Type alias for HTTP Body content, which can be either plain text or a key-value object.
HttpHeader
Ƭ HttpHeader: Object
Type alias for HTTP Headers, representing a key-value object.
Index signature
▪ [key: string
]: string
| number
Variables
HttpService
• HttpService: HttpService