Telegraph icon indicating copy to clipboard operation
Telegraph copied to clipboard

Secure Web Server for iOS, tvOS and macOS

Results 36 Telegraph issues
Sort by recently updated
recently updated
newest added

https://github.com/Building42/Telegraph/issues/118

Would it be possible to add support to the `serveDirectory` function that would add cache headers based on when the files were last modified? I've done some research on ETags...

I open a local server for WKWebView. When I use http normally, but https, it is invalid to add a certificate. I use the certificate provided in demo. But Xcode...

Hi, While sending json data with `client.send(data: json)`, sometimes will cause websocket client disconnection: ``` [connection] nw_socket_handle_socket_event [C1:1] Socket SO_ERROR [54: Connection reset by peer] [CLIENT] WebSocket disconnected - error:...

Hello, I keep challenging your great product and found recently that when I try to download a large file (like ~150 Mb for instance on screenshot below) from the server,...

enhancement

I am looking for a way to make `respond` asynchronous. In some cases I don't have a local file and I want to download it then deliver it. The given...

enhancement

I am setting up an app that needs different levels of concurrency, at least I think that is the solution. The main .route is a process intensive POST request that...

**Summary** This pull request addresses the issue with the "HEAD" request not working by changing the http_parser_init function's parameter from HTTP_BOTH to HTTP_REQUEST. This change ensures that the "HEAD" request...

According [Apple docs](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc): > From Fall 2023 you’ll receive an email from Apple if you upload an app to App Store Connect that uses required reason API without describing the...

Hi, new version of Xcode 14.2 displays errors during compiling inside HTTPCParser, could someone help resolve that issue?. The same situation is for Xcode 14.1