Page MenuHomePhabricator

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

Authored by bartek on Apr 13 2023, 11:15 PM.
Tags
None
Referenced Files
F2902763: D7443.diff
Sat, Oct 5, 6:52 PM
Unknown Object (File)
Thu, Oct 3, 6:25 AM
Unknown Object (File)
Sun, Sep 8, 12:22 AM
Unknown Object (File)
Sun, Sep 8, 12:22 AM
Unknown Object (File)
Sun, Sep 8, 12:21 AM
Unknown Object (File)
Sun, Sep 8, 12:18 AM
Unknown Object (File)
Thu, Sep 5, 8:46 PM
Unknown Object (File)
Aug 27 2024, 9:33 AM
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