RDFLib / pyLDAPI

A very small module to add Linked Data API functionality to a Python Flask installation
BSD 3-Clause "New" or "Revised" License
41 stars 11 forks source link

Fix Accept HTTP header handling for only q vars #22

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

This PR addresses #21 by explicitly handling only the qvars in the Accept header.

nicholascar commented 4 years ago

Looks like Ashley's committed equivalent code to Master