feat(uri): impl Eq and Hash for RequestUri
This commit is contained in:
@@ -21,7 +21,7 @@ use Error;
|
|||||||
/// > / authority-form
|
/// > / authority-form
|
||||||
/// > / asterisk-form
|
/// > / asterisk-form
|
||||||
/// > ```
|
/// > ```
|
||||||
#[derive(Debug, PartialEq, Clone)]
|
#[derive(Debug, PartialEq, Eq, Hash, Clone)]
|
||||||
pub enum RequestUri {
|
pub enum RequestUri {
|
||||||
/// The most common request target, an absolute path and optional query.
|
/// The most common request target, an absolute path and optional query.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user