Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add other(string) case to the 'method' variant
  • Loading branch information
lukewagner committed Feb 18, 2023
commit 67f6b2f016524a407026a68ddfd218d879aefa0f
3 changes: 2 additions & 1 deletion wit/types.wit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ default interface types {
connect,
options,
trace,
patch
patch,
other(string)
}

// This type corresponds to HTTP standard Related Schemes.
Expand Down