Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 15, 2023

  1. [Runtime] Add headerFields and body to UndocumentedPayload (#90)

    ### Motivation
    
    The runtime changes for
    apple/swift-openapi-generator#299.
    
    ### Modifications
    
    Added `headerFields` and `body` properties to `UndocumentedPayload`,
    allowing adopters to access the full request information when an
    undocumented response is returned.
    
    ### Result
    
    Easier access to the raw payload when an undocumented response is
    returned.
    
    ### Test Plan
    
    These are just the runtime changes, tested together with generated
    changes.
    czechboy0 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    fd101c3 View commit details
    Browse the repository at this point in the history
Loading