Jsonvot

Results 9 comments of Jsonvot

It depends on how to view the problem, hoping it can be like Django REST framework, which can obtain a RESTful API by freely combining classes with different HTTP methods....

Hi. @Lancetnik The same issue persists in version 0.6.3.

@ZoRex15 I also think the 5th approach is the best because it's quite intuitive.

@ZoRex15 You misunderstood. Actually, options 2, 3, and 4 work perfectly fine, while options 1 and 5 will result in errors.

@ZoRex15 This is my running environment and operation status. When using a virtual host starting with //, it works normally; however, when using a virtual host starting with /, an...

@artefaritaKuniklo No matter where you are from, please use the correct term for China.

Hi. As a backend developer, my backend applications are typically structured into several modules—such as API modules, script modules, and scheduled task modules. I aim to unify the configuration of...

Hi. There's an alternative approach to achieve this without needing logger.new(). First, let's look at how logging works: handlers are stored in a dictionary. When retrieving a logger, you can...