Switch folly::Uri to use std::string rather than fbstring
Summary: Using fbstring directly is not really worthwhile in the vast majority of cases, especially when most places just convert it into an `std::string` immediately. Reviewed By: yfeldblum Differential Revision: D5187835 fbshipit-source-id: 6f7d71612d3765e8b501d2432cd6281369bfe0fa
Showing
Please register or sign in to comment