Struct switchboard_protos::protos::job_schemas::mod_OracleJob::HttpTask [−][src]
pub struct HttpTask { pub url: Option<String>, pub method: Option<Method>, pub headers: Vec<Header>, pub body: Option<String>, }
Fields
url: Option<String>
method: Option<Method>
headers: Vec<Header>
body: Option<String>
Trait Implementations
Constructs an instance of Self
by reading from the given bytes
via the given reader. Read more
Writes Self
into W writer
Auto Trait Implementations
impl RefUnwindSafe for HttpTask
impl UnwindSafe for HttpTask
Blanket Implementations
Mutably borrows from an owned value. Read more