// #![deny(warnings)] // FIXME: https://github.com/rust-lang/rust/issues/62411 #![warn(rust_2018_idioms)] use hyper::server::conn::Http; use hyper::service::service_fn; use hyper::{Body, Method, Request, Response, StatusCode}; use tokio::net::TcpListener; use std::collections::HashMap; use std::net::SocketAddr; use url::form_urlencoded; static INDEX: &[u8] = b"