pub fn create_or_update_queue(
    (path, json): (Path<String>, Json<Settings>),
    state: State<ApplicationState>
) -> Box<dyn Future<Item = HttpResponse, Error = Error>>
Expand description

Handles PUT /queue/{queue_name} requests.