I need a lot of help in Erlang because I'm a beginner in language. I am doing a work with some friends that consists in the development of a service oriented bus, allowing to handle several requests. I'm looking for a solution to how the URL from the bus client will handle the extraction of arguments.
Parameters can be from the URL (URL / parameter1 / parameter2) or the Query URL type? param=value¶m1=value1
If someone has some code example of how it could be done, I'll be grateful. For a better visualization of the problem the code of the bus that is being constructed is in GITHUB in the link:
Thank you in advance