Skip to content

Tags: swiftnative/URLConfig

Tags

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne
Adds cache detection to data responses

Adds the ability to detect if a response was served from the cache.
Includes the duration of the request-response cycle.
Logs canceled requests for better debugging.

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne
Adds form URL encoding and configures logging

Adds functionality to encode parameters to `x-www-form-urlencoded` format.
It allows to set the content type and request body.

Configures the ability to disable logging of request and response bodies.
Improves logging with conditional body output for better readability and control.

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne
Ignore unnecessary Xcode project files and configurations. Add URLCon…

…fig exclusion to .gitignore.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexejn Alexej Ne
Refactor URLSession extension to use a unified response method

- Refactored URLSession extension to use a unified 'response' method for handling network responses, replacing the previous 'dataResponse' method.
- Added a new 'DataResponse.swift' file defining a struct for handling data responses with decoding capabilities.