What method is used to obtain information making a request in Express?
app.____('/path', (req, res) => { ... });
receive
post
get
request