Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for VNG in API responses and load requests #4345

Merged
merged 1 commit into from
Jan 31, 2023
Merged

add support for VNG in API responses and load requests #4345

merged 1 commit into from
Jan 31, 2023

Conversation

nwt
Copy link
Member

@nwt nwt commented Jan 30, 2023

  • Send a VNG response for an API request whose negotiated content type is application/x-vng.

  • When loading data via POST /pool/{pool}/branch/{branch}, if the request content type is application/x-vng, copy the request body to a temporary file for the benefit of the VNG reader, which needs a reader that implements io.ReaderAt and io.Seeker.

Closes #4251.

* Send a VNG response for an API request whose negotiated content type
  is application/x-vng.

* When loading data via POST /pool/{pool}/branch/{branch}, if the
  request content type is application/x-vng, copy the request body to a
  temporary file for the benefit of the VNG reader, which needs a reader
  that implements io.ReaderAt and io.Seeker.

Closes #4251.
@nwt nwt requested a review from a team January 30, 2023 19:22
@nwt nwt merged commit cb9b9dd into main Jan 31, 2023
@nwt nwt deleted the api-vng branch January 31, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add backend API support for "vng" input
2 participants