1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

fix examples

This commit is contained in:
Rob Ede
2021-12-05 23:23:36 +00:00
parent c596f573a6
commit bed72d9bb7
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
use std::io;
use actix_http::{
body::MessageBody, http::HeaderValue, http::StatusCode, Error, HttpService, Request,
Response,
body::MessageBody, header::HeaderValue, Error, HttpService, Request, Response,
StatusCode,
};
use actix_server::Server;
use bytes::BytesMut;