diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-14 17:36:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-14 17:36:34 -0800 |
| commit | 3c8d2bde685d015721b1c0fd6f2a3ae54c156583 (patch) | |
| tree | 0f770fccbe23bd5a410612678176b449651cd8ad /BUILD.gn | |
| parent | 765863e87aea725301d5f528b6de15bfa6022d46 (diff) | |
Support request method and headers in fetch() (#1188)
Adds a general HttpHeader flatbuffer message for serializing requests
and responses.
Diffstat (limited to 'BUILD.gn')
| -rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ main_extern = [ "$rust_build:dirs", "$rust_build:futures", "$rust_build:getopts", + "$rust_build:http", "$rust_build:hyper", "$rust_build:hyper_rustls", "$rust_build:lazy_static", |
