Asmir Avdicevic
Asmir Avdicevic
maybe store the `Path` directly instead of the stringified version? _Originally posted by @dignifiedquire in https://github.com/n0-computer/iroh/pull/87#discussion_r886107177_
Ops game needs to be improved - propper auth, backups, configuring storage, retention policies, rollups etc.
Based on https://github.com/n0-computer/iroh/issues/53 Passing trace contexts over our internal RPC messaging bus still isn't implemented.
Currently error handling is pretty scattered and we have lots of unchecked unwraps etc.
Dir listing is very plain. We should list size where possible, breadcrumbs to parent, potentially resolve paths to list items. Improve overall template styling, add execution time.
Dir etags are not utilized and need to fully resolve each time.
`HEAD` requests are not accepted and not set up to properly respond even if we allow it.