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

Use If-Match HTTP conditional rather than checking for the existence of a directory tree. #163

Open
richardkiene opened this issue Jan 3, 2019 · 0 comments
Labels

Comments

@richardkiene
Copy link
Contributor

Instead of using the pattern of checking for existence of a directory tree and then deciding to create the directory or not, it may be best to use the If-Match: "" conditional on a create directory PUT request. This way we can do the operation with less overall HTTP calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants