frictionlessdata / tabulator-py

Python library for reading and writing tabular data via streams.
https://frictionlessdata.io
MIT License
236 stars 42 forks source link

Provide a way to set the HTTP Headers for _Webstream #202

Closed strets123 closed 7 years ago

strets123 commented 7 years ago

Overview

We have to provide an API to set HTTP headers on web requests. Related to high-level https://github.com/frictionlessdata/implementations/issues/24

Plan


From @strets123

Often a content type header is needed to make a JSON API call. In fact this is part of the RFCs

roll commented 7 years ago

@strets123 Hi. Thanks! I've created a mini spec for it.