bmizerany/pat

Use context to pass extracted parameters instead of query params

Opened this issue · 0 comments

Now that net/http supports context, I think it will be more appropriate to pass the extracted parameters via context. This will avoid confusion regarding what are actual query parameters. Obviously doing this will break backward compatibility.