Page MenuHomePhabricator

[services][blob] Add dependencies for HTTP server
ClosedPublic

Authored by bartek on Apr 13 2023, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 26, 1:33 PM
Unknown Object (File)
Tue, Mar 25, 3:23 PM
Unknown Object (File)
Tue, Mar 25, 2:24 PM
Unknown Object (File)
Mon, Mar 17, 9:21 PM
Unknown Object (File)
Tue, Mar 11, 5:30 AM
Unknown Object (File)
Mar 3 2025, 2:26 PM
Unknown Object (File)
Feb 26 2025, 6:09 PM
Unknown Object (File)
Feb 26 2025, 6:09 PM
Subscribers

Details

Summary

Added dependencies that are required for the HTTP service to run.

  • actix-web is the HTTP server
  • axcix-multipart is extension for multipart uploads
  • tracing-actix-web is a logger middleware for actix-web
  • async-stream and tokio-stream are helper utilities for streaming responses. I introduced them already in Backup service
  • tracing-futures is needed to correctly log async streams
  • http is required for actix-web

Depends on D7442

Test Plan

Cargo build passes.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage