Navneet Gupta
Results
2
issues of
Navneet Gupta
@buckstephenh commented on [Mon Aug 29 2016](https://github.com/IBM-Swift/Kitura-net/issues/86) Hi, I am looking at some greenfield development and would like to make use of HTTP/2 PUSH_PROMISE. Any idea if/when http/2 will be...
Epic
Could we add Connection APIs to take multiple parameter sets as follows: `func execute(query: Query, parametersArray: [[Any?]], onCompletion: @escaping ((QueryResult) -> ()))` `func execute(query: Query, parametersArray: [[String: Any?]], onCompletion: @escaping...
enhancement