/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*///! HTTP request and response types
moderror;modextensions;modheaders;modrequest;modresponse;pubuseerror::HttpError;pubuseheaders::{HeaderValue, Headers, HeadersIter};pubuserequest::{Request, RequestParts};pubuseresponse::{Response, StatusCode};