-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 http
& https
asset sources
#16366
Open
mrchantey
wants to merge
45
commits into
bevyengine:main
Choose a base branch
from
mrchantey:upstream-bevy-web-asset
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+363
−5
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0eeb08c
feat: http_source initial commit
mrchantey c0d3b3c
docs: update README
mrchantey f4cdc63
feat: http_cache_surf
mrchantey 66046b9
docs: add backticks
mrchantey 9160a1d
patch
mrchantey 35b943c
fix: wasm build
mrchantey 4c2702d
fix: wasm build
mrchantey f73e61f
Merge branch 'bevyengine:main' into upstream-bevy-web-asset
mrchantey 91385f1
replace `surf` with `ureq`
mrchantey 71d8fb2
cargo format
mrchantey 7e9611f
rename http_source example
mrchantey 7ca96f2
fix: asset source metadata
mrchantey 9aa844e
fix: map ureq 404 to AssetReadError::NotFound
mrchantey ad69a6d
rename: WebAsseetReader > HttpSourceAssetReader
mrchantey a031226
build templated page
mrchantey 777aaa9
format
mrchantey a82a954
refactor: reuse HttpWasmAssetReader::fetch_bytes
mrchantey adbfc5e
format
mrchantey 4225cf1
patch
mrchantey fd8e6b3
fix: box reader
mrchantey 3d51c1e
docs: fix references
mrchantey b46a410
feat: simple native asset cache
mrchantey dca682a
fix: clippy
mrchantey 9c42d34
use AssertReaderError::HttpError
mrchantey 6abb4e9
use hash instead of filename
mrchantey d9bd718
Merge branch 'main' into upstream-bevy-web-asset
mrchantey d67677f
prefer core to std
mrchantey 1a9fae2
feat: top level `http_source` & `http_source_cache` features
mrchantey df8e119
fix: http_source features
mrchantey eb71d70
docs: update cargo features
mrchantey e1fc632
Add required feature for http_source example
mrchantey d4e72b0
Merge branch 'main' into upstream-bevy-web-asset
mockersf 27f69f9
use example.com url
mrchantey 5d87bb1
format
mrchantey 0d58f97
ureq default-features=false
mrchantey 20b6cca
allow "Unicode-3.0" & "MPL-2.0" licenses
mrchantey b423a92
ureq disable default features
mrchantey c675287
remove ureq tls feature
mrchantey 88d04f6
docs: add license issue context
mrchantey b91f711
wip: rustls aws-lc-rs
mrchantey fa9e38d
format
mrchantey 8b1c8ac
patch: ureq
mrchantey 85c0615
fix: moved trait
mrchantey 70d34a8
patch: prefer alloc
mrchantey 8cb1118
allow: OpenSSL
mrchantey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this now. I'll add it to the CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
algesten/ureq#935