Switch folly::Uri to use std::string rather than fbstring
authorChristopher Dykes <cdykes@fb.com>
Wed, 7 Jun 2017 02:53:27 +0000 (19:53 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 7 Jun 2017 03:05:33 +0000 (20:05 -0700)
commit8dd0e3e906589a991a1050f5c0c653d5740e3dd4
tree6994ca6512514bbba947e983b521f3ef295de95d
parentae1594eaf33e2cfb529190507405acf26e583200
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
folly/Uri.cpp
folly/Uri.h