ISSUE: 42 and 30, implement headers to catalog v1 and get MimeType #151
Annotations
2 errors
lint:
src/frontend/http.rs#L40
error: unused variable: `url`
--> src/frontend/http.rs:40:5
|
40 | url: &Uri,
| ^^^ help: if this is intentional, prefix it with an underscore: `_url`
|
= note: `-D unused-variables` implied by `-D warnings`
|
lint
Process completed with exit code 1.
|