-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
It'd be nice if type could be implied by file extension in the source URL / filename (source or destination), and/or Content-Type on fetch (for sources), and/or some kind of duck typing (for patch bits).
What'd be most crucial would be establishing the precedence - I'm thinking it'd look like (highest to lowest):
- Explicitly-defined type
- Content-Type
- File extension
- Magic / duck typing