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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Refract is a recursive data structure for expressing complex structures, relatio
11
11
12
12
## Version
13
13
14
-
**Current Version**: 0.5.0
14
+
**Current Version**: 0.6.0
15
15
16
16
**Note**: This specification is currently in development and may change before getting to a more stable 1.0 version. Please be mindful of this if using this production environments.
-`method` (string) - HTTP request method. The method value SHOULD be inherited from a parent transition if it is unset.
461
-
-`href` (Href) - A concrete URI for the request. The href SHOULD be inherited from a parent transition by expanding the href and hrefVariables if unset.
475
+
-`href` (Templated Href) - URI Template for this HTTP request.
476
+
477
+
If present, the value of the `href` attribute SHOULD be used to resolve
478
+
the target URI of the http request.
479
+
480
+
If not set, the `href` attribute which was used to resolve the target
481
+
URI of the parent transition SHOULD be used to resolve the URI of
0 commit comments