swifter
swifter copied to clipboard
Tiny http server engine written in Swift programming language.
I just noticed that Swifter overrides Swift Standard Library function `type(of:)` in **Scopes.swift in line 29** with a string. ```swift public var type: String? = nil ``` In particular it...
We setup HTTP Swifter to run on Heroku using the build pack https://github.com/kylef/heroku-buildpack-swift but something isn't working. All requests time out even for simple return text statements. Not sure if...
current i am using the decrypted and write on local http server but i getting error "Failed to send response: writeFailed("Broken pipe")" public func sharedEncryptedFile(_ path: String) -> ((HttpRequest) ->...
I have looked at the other issues that involve adding CORS to the server but they didn't help. One of the other issue's answer was the following, Is there any...
# Overview When sending multiple requests to a route `findHandler` sometimes results in a SIGABRT. This is most visible when spamming requests, as from a script. ## Steps to Reproduce...
I need to send the different text on the web-socket on click on buttons.
Hi, Any plans to add support for http notify? This so that I can http subscribe into external services and process notifications when they occur. Best regards
If I lock the iPhone (the actual device and not the simulator), when I unlock it after at least ~1 minute (so that the app is suspended), the server stops....
It takes like 2 minutes to build the release version of Swifter. Building the debug version takes a normal amount of time. I don't know if this is a Swift...