Pablo Andres Fuente
Pablo Andres Fuente
When the same handler/name is assigned to more than one route, Echo now returns the first route every time. Fixes #1237
Now Context#FormFile returns the file descriptor obtained from Go net/http/request, which is already open. In the current implementation that file were closed by Echo, forcing the caller to reopen the...
### Issue Description Maybe in a future version of Echo, the return variables of Context#FormFile could be changed to return also the file descriptor, to avoid the cost of open...
Adding a new configuration option per imposter to dump into the stdout the incoming requests. This configuration could be override by a command line parameter, in which case all the...
I would like to have a way to configure, per imposter, if the incoming requests should be dumped to stdout or not. Also would be nice to have a command...
Add documentation about how to bind multiple instances of the same query parameter to a slice. Use this UT as a reference (if it is possible make a more real...
It would be nice if you can add headers to a request in raw format, like Postman in Chrome.
Fixes #56803 Adding a new signal `file_renamed` to `FileSystemDock` and then connecting it to `InspectorDock` to update the path of the file on `object_selector`. https://github.com/user-attachments/assets/c5d15353-0da2-49de-ace4-9554736a64c3
Closes https://github.com/godotengine/godot-proposals/issues/2721 On `EditorFileDialog`: * Add filter box that only shows folders and files in current directory that match * Add sort button to sort files and directories * Add...
Fixes #85032 The code that fix the issue is courtesy of @Jesusemora, I just added unit tests for it and did a rebase with the latest changes on master.