top | item 31959370

(no title)

evilthrow | 3 years ago

GET /{username}

discuss

order

telesoft|3 years ago

You definitely don't need a framework to get the user name out of a URL, you need one line of code.

evilthrow|3 years ago

And what would that line of code be? As far as I am aware you have to parse the URL string, and it only gets more complicated when you add more URL parameters. Which definitely leads to boilerplate code shared across projects.