DevOps エンジニアは、Bash スクリプトを実装して REST API をクエリし、利用可能なメソッドを返す必要があります。スクリプトを完成させるコード スニペットはどれですか?
正解:D
The OPTIONS method is used in REST APIs to return the HTTP methods that the server supports for a specific URL. This can be useful for discovering what functionality a REST API endpoint supports.