mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
add actix-web version in header
This commit is contained in:
@ -615,7 +615,10 @@ impl ClientRequestBuilder {
|
||||
true
|
||||
};
|
||||
if !contains {
|
||||
self.header(header::USER_AGENT, "Actix-web");
|
||||
self.header(
|
||||
header::USER_AGENT,
|
||||
concat!("Actix-web/", env!("CARGO_PKG_VERSION")),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user