Folyd
Results
62
issues of
Folyd
Is possible to add async version `Arena::mutate_root()` and `Arena::mutate()`? Where interpreter execute instruments, it not uncommon to call some async functions, however, it not possible in sync `Arena::mutate_root()` right now.
As we know,we can use `@Field` annotation to specify a field in a `@POST` method, like this: ``` java @POST void doSomething(@Field String params,@Field String anotherParams) ``` I need specify...
Enhancement