phand00

Results 5 comments of phand00

here is my version of flancy.psm1 that support custom content-type defined by the route map... if nothing is specified for a particular path the default text/html is implemented...

Hi RobinBeismann and Badgerati, I'm using Pode without IIS. HttpListerner register directly in http.sys. No IIS installed at all.

I looked to the code and here is what I think should solve it: In Selector.h ``` lua template std::tuple GetTuple() const { _traverse(); _get(); if (_functor) { -- line...

Hi Jeremyong, if I don't use the auto, I still have 2 call to the lua function. Anonymous, I saw that there is a lot of new stuff in the...