On Tuesday, 13 March 2018 at 13:42:20 UTC, Daniel Kozak wrote:
Yes PHP is always to blame :)
I can testify I've never written PHP code as clean as yours
above. Ha ha. Even when I used PHP heavily. I suck a lil bit at
naming things.
I really loved PHP but ... vibe.d happened.
On Tue, Mar 13, 2018 at 1:55 PM, Steven Schveighoffer via
Digitalmars-d-announce <[email protected]>
wrote:
On 3/13/18 6:22 AM, Daniel Kozak wrote:
[...]
That's not what I was talking about, I was talking about how
the parameters are automatically parsed passed to the web
functions. It doesn't affect how the routes are called
externally, just how the parameters are dealt with.
Note, you can override the method for any/all routes:
class WebInterface
{
@method(HTTPMethod.GET):
... // all methods are now get
}
I think perhaps the root cause of your problem is using PHP ;)
-Steve