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)
Mon, Jul 1, 7:09 AM
Unknown Object (File)
Mon, Jul 1, 2:31 AM
Unknown Object (File)
Mon, Jul 1, 12:41 AM
Unknown Object (File)
Sun, Jun 30, 4:46 PM
Unknown Object (File)
Sat, Jun 29, 12:37 AM
Unknown Object (File)
Mon, Jun 10, 4:59 PM
Unknown Object (File)
Jun 7 2024, 5:21 AM
Unknown Object (File)
Jun 6 2024, 11:13 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
Lint Not Applicable
Unit
Tests Not Applicable