#[repr(C)]
pub struct HttpRequest {
Show 16 fields pub url: [c_char; 128], pub id: c_int, pub progress: c_int, pub timeDownloaded: TimeMS, pub statusCode: c_int, pub contentLength: cc_uint32, pub result: cc_result, pub data: *mut cc_uint8, pub size: cc_uint32, pub _capacity: cc_uint32, pub meta: *mut c_void, pub lastModified: [c_char; 64], pub etag: [c_char; 64], pub requestType: cc_uint8, pub success: cc_bool, pub cookies: *mut StringsBuffer,
}

Fields

url: [c_char; 128]id: c_intprogress: c_inttimeDownloaded: TimeMSstatusCode: c_intcontentLength: cc_uint32result: cc_resultdata: *mut cc_uint8size: cc_uint32_capacity: cc_uint32meta: *mut c_voidlastModified: [c_char; 64]etag: [c_char; 64]requestType: cc_uint8success: cc_boolcookies: *mut StringsBuffer

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.