Thomas Catterall
Thomas Catterall
Currently we have our own pseudo-opentracing implementation in repo. There have been other attempts at building this. Let's find one that's good and use it, and ensure it's a separate...
Implement per trace sampling per opentracing spec.
As a developer I would like to receive encoded transport data and decide how to send it to the server – for example, use my own URLSession, custom headers, or...
```swift titan.get("/index") { ... } titan.predicate(isAuthenticated, true: { titan.get("/user") { ... } }, false: { titan.addFunction { "Not Authorised" } }) ``` A request to `/index` will set the response...
Quoth the Ryan: >Add better handling for queryPairs and Headers into dictionaries (as opposed to arrays of touples) so that we don't always have to constantly iterate over them to...
The current user story is "use predicates and all of their pitfalls". Quoth the Ryan: > A better versioning system for routes vs the current predicate method. There has to...