1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-21 05:05:44 +02:00

add 431 and 451 status codes

This commit is contained in:
Rob Ede
2021-02-11 22:58:35 +00:00
parent 77efc09362
commit c1af5089b9
10 changed files with 35 additions and 28 deletions

View File

@@ -199,7 +199,7 @@ mod tests {
use http::Method;
use super::*;
use crate::httpmessage::HttpMessage;
use crate::HttpMessage;
#[test]
fn test_http_request_chunked_payload_and_next_message() {