gramework
gramework copied to clipboard
Fast and Reliable Golang Web Framework
Can you tell me why you can say "SPA-FIRST"? I wonder what the strength of gramework is compared to other fast frameworks.
## Expected Behavior Server does not return request cookies with incorrect parameters in the response. ## Current Behavior Server return in response cookies from request with incorrect parameters. ## Possible...
Title says it all. I already contacted the admins through form. Please remove me from there
- [ ] new router engine must be "modular" - it must allow to use any other routing engine in a simplest possible way - [ ] must be clearly...
I would expect to get the path variable but instead I get nil after few times calling the endpoint. For example if you call this endpoint few times (maybe around...
While fasthttp allows us to serve 2 millions rps with pipelining on the test stand, we can serve only 1 million
how to do fasthttp multiple file uploads? for both server and client detecting and accepting multiple files uploads
Now, gramework's contribution rules were unclear. And code style was not unified. It makes problem to contribute to this project. 😢 ## Needs 1. Explicit documentation rules 2. Unified code...
I use dep for my projects, with usual `dep` use it cannot download right dependencies automatically. Didn't check it with `go get` and others managers, maybe related to them too....
## Expected Behavior ServeDir() serves files from directory and when gets 404 it should call NotFound() instead of bare fasthttp processing ## Current Behavior ServeDir() ignores NotFound() due to fasthttp.FS...