Return request fields in correct order

This commit is contained in:
p11 2024-09-19 14:25:17 +02:00
parent f4a6e33ee2
commit 0060fee74e

View File

@ -52,8 +52,8 @@ impl Request {
method, method,
path, path,
version, version,
body,
headers, headers,
body,
}) })
} }
} }