దామోదర

Results 89 issues of దామోదర

#### Description Currently DELETE operation as implemented in `DataAccessorBasdStore` is non atomic. If first tries to delete all auxiliary resources, and ignores any error, then tries to delete resource itself,...

🐛 bug

Currently following requirement is the only one that restricts user supplied containment triples. > Servers MUST NOT allow HTTP PUT or PATCH on a container to update its containment triples;...

It would be helpful to implement efficient cache support if conditional requests are supported directly. We can take conditional headers like `IfMatch`, `IfNoneMatch`, `If-Modified-Since`, etc in `OpRead`, `OpWrite`, etc. S3...

If we use [`SmallVec::`](https://docs.rs/smallvec/latest/smallvec/) instead of `Vec` for each value list, then it will not allocate for case of single value. Thus it may optimize for most common case

It would be useful, if there is a variant of TypedMap, that is clonable with values constrained to `Clone`.

Currently `Writer` supports writing in multiple chunks through streaming manner. It only provides `append` and `close` apis. But it is highly probable that, after few chunks, fallible source stream may...

`Memory` backend is a critical one, as it can be used for simple unit tests, and others. As such, it is critical to have proper support for it, for it...

For operation params like `OpRead`, `OpWrite`, etc. It would be helpful if we have `extensions` attrbute with either `http::Extensions` or a `TypeMap` as value. This way we can pass custom...

Hello, it would be helpful if deriving an implementation of `std::borrow::Borrow` is supported.

enhancement
help wanted
new derive

It would be great to have a new release in crates.io with recent improvements, as the version there is nearly 5 years old. Thanks for great work.