vapor / http

🚀 Non-blocking, event-driven HTTP built on Swift NIO.
MIT License
238 stars 65 forks source link

add configurable request timeout #349

Open tanner0101 opened 5 years ago

tanner0101 commented 5 years ago
eventLoop.scheduleTask(in: .seconds(2)) {
    promise.fail(error: ...)
}