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
Copy file name to clipboardExpand all lines: versions/3.0.4.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -3702,6 +3702,8 @@ Version | Date | Notes
3702
3702
1.1 | 2012-08-22 | Release of Swagger 1.1
3703
3703
1.0 | 2011-08-10 | First release of the Swagger Specification
3704
3704
3705
+
## <a name="usingRFC6570Implementations"></a>Appendix C: Using RFC6570 Implementations
3706
+
3705
3707
## <a name="serializingHeadersAndCookies"></a>Appendix D: Serializing Headers and Cookies
3706
3708
3707
3709
RFC6570's percent-encoding behavior is not always appropriate for `in: header` and `in: cookie` parameters.
@@ -3722,7 +3724,3 @@ However, examples of this style in past versions of this specification have not
3722
3724
Because implementations that rely on an RFC6570 implementation and those that perform custom serialization based on the style example will produce different results, it is implementation-defined as to which of the two results is correct.
3723
3725
3724
3726
For multiple values, `style: form` is always incorrect as name=value pairs in cookies are delimited by `; ` (a semicolon followed by a space character) rather than `&`.
3725
-
3726
-
## <a name="usingRFC6570Implementations"></a>Appendix C: Using RFC6570 Implementations
3727
-
3728
-
## <a name="serializingHeadersAndCookies"></a>Appendix D: Serializing Headers and Cookies
0 commit comments