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 request
  • status - Pointer to a buffer that will be filled with the current status of this HTTP request