pub fn make_server<T: Transport>(transport: T) -> (Server<T>, Requests<T>)
Makes a server endpoint from a transport endpoint.