pub struct HttpRequestNode;Expand description
HTTP request node (Dify-compatible).
Supports GET, POST, PUT, DELETE, and PATCH.
Trait Implementations§
Source§impl Node for HttpRequestNode
impl Node for HttpRequestNode
Source§fn node_type(&self) -> &str
fn node_type(&self) -> &str
The node type identifier matched against the
"type" field in the
flow definition and looked up in NodeRegistry.Auto Trait Implementations§
impl Freeze for HttpRequestNode
impl RefUnwindSafe for HttpRequestNode
impl Send for HttpRequestNode
impl Sync for HttpRequestNode
impl Unpin for HttpRequestNode
impl UnsafeUnpin for HttpRequestNode
impl UnwindSafe for HttpRequestNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more