Closed ScottJDaley closed 4 years ago
Put request_input_fn on the class instead of passing it around Put other stuff like query_vars on the class.
There is now a Query class, but some things like query vars still need to be moved to it. Need to consider async concurrent requests and side effects
Put request_input_fn on the class instead of passing it around Put other stuff like query_vars on the class.