serviejs / popsicle

Simple HTTP requests for node and the browser
MIT License
246 stars 19 forks source link

Update `Accepts` header based on `parse` middleware #76

Closed blakeembrey closed 6 years ago

blakeembrey commented 8 years ago

If we say parse('json') and the Accepts header is not set, set it to be application/json.

blakeembrey commented 6 years ago

No longer relevant.