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
Add storeRequest(_,response:error:data:metrics) method to LoggerStore. It can be used if you just want to log the response without incremental updates. For incremental updates, use the existing NetworkLogger class instead.
Fix a crash occurring when you invalidate a URLSession that uses URLSessionProxyDelegate - #36
Fix an issue where URLSessionProxyDelegate was not retaining the real delegate the way URLSession does
[iOS] Display a context menu with all available options (plain text, HTML, cURL) etc when pressing "Share" button in a network request details screen on iOS 14
[HTML export] Add soft-wrap for long header fields
[HTML export] Add proper overflow for response bodies
Automatically remove appearance overrides for navigation bar in MainViewController; some break SwiftUI layout (if you need to disable it, use isAutomaticAppearanceOverrideRemovalEnabled.isAutomaticAppearanceOverrideRemovalEnabled)
[iOS] Limit the size of text values in key-value sections to 4 lines
[iOS] Add a way to view raw error description
New icon for "Network"
Fix missing closing parentheses in error description in an error section