View on GitHub

reading-notes

Reading notes for Codesfellows Coding

Express REST API

True or false: The route handler is middleware?

In what ways can a middleware function end the process and send data to the browser?

At what point in the request lifecycle can you “inject” middleware?

What can cause express to error with “Request headers sent twice, cannot start a second response”

Vocabulary Terms

Preview

Which 3 things had you heard about previously and now have better clarity on?