Jefferson Otoni Lima
Jefferson Otoni Lima
When doing a submit and not ajax, it allowed access to the handler, to correct a fork and put the "handleActualRequest" method returning a bool, and thus allow the handler...
I'm testing jocko locally, I managed to create a topic and upload the broker but I can't produce messages or even consume. Do you have a producer and consumer client...
### Describe the issue Ex: curl -i -XPOST -H "Content-Type: application/json" https://xxxxxxx.lambda-url.us-east-1.on.aws -d '{"input":"ping"}' ```js type Event struct { Input string `json:"input"` } func HandleRequest(event Event) (*Response, error) { if...
I didn't see how to pass the TOKEN so I can connect to my repository, is there this possibility? Where does he get the configs to do a pull origin...
how to send a 3mb json? I thought it was BUF_SIZE but it didn't work.. appears -> Expect: 100-continue
- Desenvolvimento middleware JWT
Organizar ainda mais e separar em arquivos o pacote quick. já iniciamos hoje temos quick.go, group.go, quicktest.go .
Vamos montar nossos scripts de testes de stress no **k6** lá no REPO EXEMPLOS: https://github.com/gojeffotoni/examples Vamos fazer teste para posts com json de: 1k, 5k, 10k, 50k, 100k, 200k, 300k,...
Vamos fazer Benchmarking dos métodos todos eles exemplo: **app.New(), app.Post(), app.Get(), app.Put(), app.Delete(), c.BodyParser(), c.Bind(), app.Group etc..** Mapear os gargalos e checar os Benchmarking para vermos o desempenho