Re: [flask] Request headers
- From:
- Armin Ronacher
- Date:
- 2010-11-02 @ 16:01
Hi,
On 2010-11-02 4:49 PM, Adam Oakman wrote:
> Hi All,
> I'm using Flask on App Engine and have been working on blobstore
> uploads. Post upload the blobstore redirects to my url and provides a
> key in a request header. My question is what is the best/most
> efficient way to access those headers? I can see the werkzeug
> BaseRequest has them, but not the Flask request. Any ideas on best
> approach?
Flask request inherits all attributes from the BaseRequest.
Regards,
Armin