Embassy icon indicating copy to clipboard operation
Embassy copied to clipboard

Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux

Results 33 Embassy issues
Sort by recently updated
recently updated
newest added

Also gets the tests running on linux again. I used an earlier version of this pull when packaging CookCLI for Android last weekend, termux/termux-packages#11081. I tested this pull by running...

This PR fixes crashes presumably related to [S3-0333](https://github.com/apple/swift-evolution/blob/main/proposals/0333-with-memory-rebound.md) which adjusted the behavior of withMemoryRebound. These crashes prevent us from using this framework in Xcode 14 beta likely due to SE-0333...

I keep getting this crash following sendBody with Data. The first sendBody always works; but subsequent calls result in this crash .

Is there any solution so that I can work with Embassy server when I am enabling the parallel execution of UI tests in XCUITest? Because what happens is one simulator...

Hi guys how I could register different responses in the router if I have the same path but different request methods for example: POST and GET ?

I don't have enough Swift and iOS/macOS knowledge to even properly formulate what's the issue, except for it randomly, often enough, crashes my app on macOS (both 13.+ & 14.+)....

Crash is happening while unwrapping optional value in HTTPHeaderParser We are using the Swift Package ( and this happened only after we started using the swift Package) Happened in this:...

Hi, I'm looking for options to host a small reactjs site inside an iOS app, I managed to start the small server and consume an internal file, but a small...