Using Authorization header for key-auth

Hi,

Is it possible to use Authorization headers for key-auth? For example:

POST / ...
Authorization: Bearer XXXXXX
...

or:

POST / ...
Authorization: Token XXXXXX
...

This would make it more consistent with the basic-auth and jwt-auth plugins.

Thanks,
From Richard.