pub type wkePostBodyElement = _wkePostBodyElement;

Aliased Type§

struct wkePostBodyElement {
    pub size: i32,
    pub type_: _wkeHttBodyElementType,
    pub data: *mut _wkeMemBuf,
    pub filePath: *mut _tagWkeString,
    pub fileStart: i64,
    pub fileLength: i64,
}

Fields§

§size: i32§type_: _wkeHttBodyElementType§data: *mut _wkeMemBuf§filePath: *mut _tagWkeString§fileStart: i64§fileLength: i64