Skip to content

Commit

Permalink
Merge pull request #9 from MadebyAe/fix/headers-bracket-delimiter
Browse files Browse the repository at this point in the history
fix/headers-bracket-delimiter
  • Loading branch information
MadebyAe authored Mar 2, 2024
2 parents 8355175 + 797ccaf commit 9adbd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub fn get_header_value(request: &Request, value: String) -> String {
|| "Unknown header value".to_string(),
|header_value| header_value.to_str().unwrap_or("Invalid header value").to_string(),
);
}


pub fn get_header_user_agent(request: &Request) -> String {
Expand Down

0 comments on commit 9adbd47

Please sign in to comment.