Telegraph
Telegraph copied to clipboard
Secure Web Server for iOS, tvOS and macOS
In some situations it is very handy have the ability to get information about the client when processing the HTTP request Please add forwarding of HTTPConnection's local/remote endpoints into HTTPRequest...
I have an image at "/private/var/mobile/Containers/Shared/AppGroup/5D607506-C125-4CF2-BCBB-67EF9F37B10E/image". I want to push it to the server so that when the user accesses the url "http://localhost/image" the image will be displayed. Is there...
I'm using telegraph to serve a local html folder. However, I need to send a post request to a remote server which I can't add CORS header. So I need...
A custom `Server` implementation can now send large responses in multiple chunks. Before this change calling `HTTPConnection.send(response:toRequest:)` would send given headers and body, then close the connection (except for keep-alive...
I just updated my Xcode version to 13 because Im preparing the app to upgrade for iOS 15. But I got these errors. Do I need to fix manually? Or...
We've been supplied files from a third party supplier with files that contain square brackets in the name, i.e` [root.m].js` This is causing the following error: `Invalid data, parser failed...
Greeting, Do you foresee implementation of the multipart file upload support? My use case is: The Web Server is running on iOS device and it receives files from an Android...
When the app goes it background I understand the server will shutdown, that is fine. But when the app is brought back to foreground it's not restarting. I have tried...
Hi everyone, I am new to Telegraph. I got the error NSURLErrorDomain, code = -1202 when trying to run on HTTPS. I am using the ca.der and localhost.p12 provided in...