send_response_values_to_devtools

Function send_response_values_to_devtools 

Source
pub fn send_response_values_to_devtools(
    headers: Option<HeaderMap>,
    status: HttpStatus,
    body: Option<Vec<u8>>,
    cache_state: CacheState,
    request: &Request,
    devtools_chan: Option<Arc<Mutex<Sender<DevtoolsControlMsg>>>>,
)