We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6571862 + eec262a commit 24b8f0aCopy full SHA for 24b8f0a
crates/http/src/trigger.rs
@@ -68,7 +68,9 @@ impl HandlerType {
68
`{WASI_HTTP_EXPORT_2023_10_18}`, \
69
`{WASI_HTTP_EXPORT_2023_11_10}`, \
70
`{WASI_HTTP_EXPORT_0_2_PREFIX}.*`, \
71
- or `{SPIN_HTTP_EXPORT}` but it exported none of those"
+ or `{SPIN_HTTP_EXPORT}` but it exported none of those. \
72
+ This may mean the component handles a different trigger, or that its `wasi:http` export is newer then those supported by Spin. \
73
+ If you're sure this is an HTTP module, check if a Spin upgrade is available: this may handle the newer version."
74
)
75
})
76
}
0 commit comments