One query value, coerced to T.
T
A nullable T makes it optional; a non-nullable one rejects with 400 when the key is absent.
Future<T> query<T>(String name) => extractors.query<T>(name).require(this);