Kurt Griffiths

Results 79 comments of Kurt Griffiths

Under Python 3.7 option (1) seemed to be slightly less performant vs. (2) due to having to implement an initializer to create a dict object. Regardless, I think that (2)...

Let's move this to 3.1 until we decide how long we want to keep the mapping interface around.

Hi @mcm, I can see how a sink might be considered a resource in the abstract, but in terms of implementation, the former is universal responder method, while the latter...

We now have three types of routes supported by the framework: * Resources * Sinks * Static files It may make sense after all to provide a way for middleware...

@vytas7: > I noticed that Nginx blocks such requests outright with a 400, does not propagate them further to the app server.

Now that we have dropped support for Python 2.7, let's move forward with adding type hints to Falcon's public interface directly via annotations.

A while ago I created an issue (#420) to look into this but haven't had the opportunity to work on it yet. I think we can preserve case sensitivity in...

@BenjamenMeyer Unfortunately, I think we'll have to be more clever than that, since `CaseInsensitiveDict` is significantly slower than a regular dict.

@qwesda are you still interesting in taking this on? I'd like to learn more about you preference for (b) over (a). Thanks!