pub fn infer_annotations_from_method(method: &str) -> ModuleAnnotationsExpand description
Infer behavioral annotations from an HTTP method.
Mapping:
- GET -> readonly=true, cacheable=true
- DELETE -> destructive=true
- PUT -> idempotent=true
- Others -> default (all false)