Answer (Choose 3 answers)
Which of the following is true about the following line of
[email protected]("/records/<name>", methods=["POST", "GET"])
A. This end-point supports get requests
B. This end-point supports post requests
C. This end-point supports update requests
D. The value of name is variable.
5