Historial de Commits

Autor SHA1 Mensaje Fecha
  Christian Noon 2e08bb7341 Added missing labels to `Validation` typealias in `DownloadRequest` extension. hace 9 años
  Christian Noon 7a2455197f Simplified DownloadOptions struct by removing typealias and bitmask properties. hace 9 años
  Christian Noon 66fc1a872b Updated download docstrings to be more specific about destination closure behavior. hace 9 años
  Christian Noon 722b701e40 Method now defaults to `.get` for request and download and `.post` for upload. hace 9 años
  Christian Noon 8870ded65a Added internal fileURL property for choosing temp or destination URL. hace 9 años
  Christian Noon 2b72506c17 Added tests validating failure and success scenarios around download options. hace 9 años
  Christian Noon cea1449c70 Destinations are now optional and DownloadOptions make moving files more robust. hace 9 años
  Christian Noon 3bd8650a65 Added URL variants to the FileManager extension in the test suite. hace 9 años
  Christian Noon 81887739a6 Added missing CustomDebugStringCovertible conformance to DownloadResponse. hace 9 años
  Christian Noon cb4575cf91 Validation now exposes response data or destinationURL and supports subclasses. hace 9 años
  Christian Noon cb2f77f08c Merge pull request #1461 from Alamofire/feature/robust-validation hace 9 años
  Christian Noon a01540bc30 Added `isWildcard` property to MIMEType struct for convenience. hace 9 años
  Christian Noon cb44f1f18b Updated SessionManager APIs to all leverage TaskConvertible conformance. hace 9 años
  Christian Noon d79de7db02 Validation now exposes response data or destinationURL and supports subclasses. hace 9 años
  Christian Noon 6692413151 Added `dataFileNil` and `dataFileReadFailed` cases to ResponseValidationFailureReason. hace 9 años
  Christian Noon dae62b2c41 Merge pull request #1457 from Alamofire/feature/response-serializers-per-subclass hace 9 años
  Christian Noon 2cb278275a Refactored the response serializer types to use the `Protocol` suffix. hace 9 años
  Christian Noon 66712de464 Common directories are now created when test case is started. hace 9 años
  Christian Noon 9fe249f046 Added download response serialization tests for all serializer types. hace 9 años
  Christian Noon e1107439a7 Fixed up compilation errors in the iOS Example around response serializers. hace 9 años
  Christian Noon ded94a4c35 Refactored uploadProgress parameter names to reflect sending instead of receiving. hace 9 años
  Christian Noon 7ed3ce5ecd Moved response serializers to data requests and added variants for download requests. hace 9 años
  Christian Noon d9d22df49b Added two serialization failure reasons to support download response serializers. hace 9 años
  Christian Noon 2b4c443faa BaseTestCase now deletes contents of common directories using FileManager extension. hace 9 años
  Christian Noon f9a2f687d6 Fixed up test file copyright header…no functional changes. hace 9 años
  Christian Noon 17dfcdc8d4 Merge pull request #1455 from Alamofire/feature/request-subclasses-and-progress hace 9 años
  Christian Noon eca9afa9fe Dropped `NS` prefix from UUID and removed comment that is no longer needed. hace 9 años
  Christian Noon 08c0bec9c9 Added labels to the Streamable.stream associated values for clarity. hace 9 años
  Christian Noon 7e570726ca Switched Requestable single case enumeration over to a struct instead. hace 9 años
  Christian Noon b56bd7d8c2 Added syncResult extension to DispatchQueue to simplify thread-safe locking. hace 9 años