We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddc765 commit cbb4d59Copy full SHA for cbb4d59
capybara-core/src/pipeline/http/pipeline.rs
@@ -110,12 +110,12 @@ impl HeadersContext {
110
}
111
112
#[inline]
113
- pub(crate) fn _drop(&mut self, header: Cachestr) {
+ pub(crate) fn _remove(&mut self, header: Cachestr) {
114
let v = smallvec![HeaderOperator::Drop];
115
self.inner.insert(header, v);
116
117
118
- pub fn drop<A>(&mut self, header: A)
+ pub fn remove<A>(&mut self, header: A)
119
where
120
A: AsRef<str>,
121
{
0 commit comments