[−][src]Function pspsdk_sys::sdk::sceHttpCreateRequest
pub unsafe extern "C" fn sceHttpCreateRequest(
connectionid: c_int,
method: PspHttpMethod,
path: *mut c_char,
contentlength: SceULong64
) -> c_int
Create a http request.
@param connectionid - ID of the connection created by sceHttpCreateConnection or sceHttpCreateConnectionWithURL @param method - One of ::PspHttpMethod @param path - Path to access @param contentlength - Length of the content (POST method only) @return A request ID on success, < 0 on error.