swifter icon indicating copy to clipboard operation
swifter copied to clipboard

Tiny http server engine written in Swift programming language.

Results 123 swifter issues
Sort by recently updated
recently updated
newest added

Would someone be able to provide a sample of using css styling with Swifter? I have not had luck getting it to work... ```server["/view"] = scopes { html { head...

The "{organization}" should be replaced. Or updated with something like this: "Neither the name of the copyright holder nor the names of its contributors may be used to endorse or...

I see last release is 1.5.0, but stable branch has a lot of changes. Can you please make a new version with them so everybody can refer to it? Thanks.

Would you be able to clarify how to serve up a directory (with subfolders and files of multiple types)? I'm currently using Telegraph and use the following (for brevity some...

Swifter does not start its server in a [UIBackgroundTask](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/#//apple_ref/occ/instm/UIApplication/beginBackgroundTaskWithName:expirationHandler:) That is the reason why the Swifter Demo App does **not** work on a real iOS Device but in iOS Simulator....

[Question] I am using Server local host to open an html on safari with the following error: safari cannot open the page because it could not connect to the server....

Hi, it's possibile to add this support? If I performe "Swift Conversion" in my projet, swifter will it continue to work well? Thanks

The ["302 Found HTTP"](https://en.wikipedia.org/wiki/HTTP_302) response is a common way of performing URL redirection. We use the `swifter` framework in our projects for creating a local webserver handling OAuth2 flow and...

So I was making a small program. I used Starscream for the client and swifter for the server. But here's the problem: My program can send some big JSONs(since it...

Hey there, I've been using swifter for a while, but in my case I was always keeping the sockets open, to allow for stateful connections. In my case communication is...