Function wasix::http_status
source · pub unsafe fn http_status(fd: Fd, status: *mut HttpStatus) -> Result<(), Errno>Expand description
Retrieves the status of a HTTP request
Parameters
fd- Handle of the HTTP requeststatus- Pointer to a buffer that will be filled with the current status of this HTTP request