What's Changed
- New
@settingsdirective: set multiple settings (transport/TLS) options in one comment. Works at file or request scope and merges with env defaults. You can still use@settingto set each option separately. - Editor hinting upgrade: smarter autocomplete for directives/subcommands (including
@settings), better insertion for chained params. - gRPC TLS behavior: providing any TLS option (grpc-root-cas, client cert/key, grpc-insecure) now forces TLS unless
@grpc-plaintextis set. - OAuth: token requests inherit per-request HTTP settings (proxy/TLS/timeout) instead of only global defaults.