Skip to content

Commit 4e7aaf5

Browse files
committed
feat: v15.1.0
1 parent 8f1c430 commit 4e7aaf5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-type"
3-
version = "15.0.0"
3+
version = "15.1.0"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/request/struct.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ pub struct RequestConfig(#[get(pub(super))] pub(super) ArcRwLock<RequestConfigDa
7171
/// HTTP request representation.
7272
///
7373
/// Contains all components of an HTTP request.
74-
#[derive(Clone, Debug, Deserialize, DisplayDebug, Eq, Getter, PartialEq, Serialize)]
74+
#[derive(
75+
Clone, Debug, Deserialize, DisplayDebug, Eq, Getter, GetterMut, PartialEq, Serialize, Setter,
76+
)]
7577
pub struct Request {
7678
/// HTTP request method.
7779
pub(super) method: RequestMethod,

0 commit comments

Comments
 (0)