You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 or handlers that handles requests
The text was updated successfully, but these errors were encountered:
Alkenso
changed the title
Add remove/local endpoint information into HTTP request routing handlers
Add remote/local endpoint information into HTTP request routing handlers
Jun 24, 2022
This would require quite a bit of refactoring. Unfortunately I'm no longer using Telegraph in my day-to-day work, making it difficult to find time to make improvements to the library.
Probably the next big thing to do is to remove CocoaAsyncSocket and use the Networking library that Apple introduced with iOS 12. That will already have some impact on the classes that you've mentioned. During that refactor more of the internals could the exposed to provide more information in routes and handlers.
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 or handlers that handles requests
The text was updated successfully, but these errors were encountered: