Majid Bigdeli

Results 26 comments of Majid Bigdeli

@kataras yes . I just use iris . Thank you . I use the neffos in the company for the voip project with 60,000 daily calls. I open the crm...

> You are amazing @majidbigdeli thank you for your truly support once again! > > Earlier today I've pushed a new Iris [feature](https://github.com/kataras/iris/commit/660849d01ce59cf926ffbb6df83d1385cdb239db) that some of my clients wanted as...

Hello @kataras Thank you for your answer . I agree with the first solution To push in the examples. And I use this solution. Please add an example for the...

@kataras . I saw the **parseHeadersAsURLParameters** method . Thank you for this solution. **Your solution is very clever**

I used this solution for myself already. ``` server := neffos.New(gobwas.DefaultUpgrader, handler) server.IDGenerator = func(w http.ResponseWriter, r *http.Request) string { if userID := r.Header.Get("X-Username"); userID != "" { return userID...

> Yeah the solution of yours is fine and you can still use it but, you know, we needed a way to separate any user-specific url parameters to the endpoint...