@wp-playground/clientInterfacesPHPRequestSur cette pagePHPRequest Index PropertiesbodyheadersmethodurlProperties optionalbodybody?: string | Uint8Array | Record<string, string | Uint8Array | File>Request body. If an object is given, the request will be encoded as multipart and sent with a multipart/form-data header.optionalheadersheaders?: PHPRequestHeadersRequest headers.optionalmethodmethod?: HTTPMethodRequest method. Default: GET.urlurl: stringRequest path or absolute URL.
Request body. If an object is given, the request will be encoded as multipart and sent with a
multipart/form-data
header.