You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where `my-key` is query parameter key used to identify. So
225
+
`http://myapp.fano?my-key=1` and `http://myapp.fano?my-key=2` will be identified as separate request.
227
226
228
-
If you need to use different ways to identify request, for example using unique key passed as query string or POST parameter, you can create a class which implements `IRequestIdentifier` interface and implement its `getId()` method. For example
227
+
If you need to use different ways to identify request, for example using several unique key passed as query string or POST parameter, you can create a class which implements `IRequestIdentifier` interface and implement its `getId()` method. For example
0 commit comments