Unstructured-IO / unstructured-api-tools

Apache License 2.0
28 stars 10 forks source link

feat: allow a pipeline to optionally use the FastAPI Request object #175

Closed awalker4 closed 1 year ago

awalker4 commented 1 year ago

If request is included as a non-default param to pipeline_api, we'll send the active Request object. This will allow a pipeline to, for instance, access headers as needed.

If you'd like to try this: