I am trying to handle a request containing word "filter". For the time being, I am using the url as http://localhost:9997/filter=....
and parsing by using pathPrefix(fiter)
But url will change and becomes like http://localhost:9997/something../filter=
So here I can't take pathPrefix(). How can I handle this kind of path in routing so that any url containing "filter" keyword it can handle. I am very much new to akka spray. Please let me know about your opinions. Thanks in advance