pub fn to_http_with_options<T, F>(
graph: &Graph,
source: &Node<T>,
request_of: F,
opts: OutboundAdapterOptions,
) -> OutboundBundle<T, HttpResponse>Expand description
Creates or computes to_http_with_options.
pub fn to_http_with_options<T, F>(
graph: &Graph,
source: &Node<T>,
request_of: F,
opts: OutboundAdapterOptions,
) -> OutboundBundle<T, HttpResponse>Creates or computes to_http_with_options.