Commits
Click on a commit to change the comparison rangeRemove content type from Resource and include HttpHeaders Fix PTB builder - callArg::object(<headers>) Contract: empty vec as headers default & create fn add_header Use tempfile for mocking a ws-config.json in the test_read_ws_config Use ws_config in ResourceManager - WIP Parse headers from config in read_resource feat(builder): add new move calls from rust (#222)
Signed-off-by: giac-mysten <giacomo@mystenlabs.com>
This is done to assist the implementation of #2211 year ago
by giac-mysten Use anyhow::Result instead of Box<dyn Error> Remove content_encoding from function parameters Merge branch 'develop' into 210-support-any-http-header Merge branch 'develop' into 210-support-any-http-header feat(portal): parse HTTP headers from resource (#229)
Updates the portal to align with the changes in #210.
In detail, parse the resource headers, replacing the hard-coded
content-type and content-encoding with the ones parsed from the
contract.
Also, redeploy the landing page and flatland, to align with the new
walrus sites contract.