commit | 929a554d14f51067d6450b4d149d9a5ca2647df3 | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Nov 11 18:08:57 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 16 21:35:05 2024 +0100 |
tree | c855d1e123c6567b1faecc3960956d2903c56596 | |
parent | f0e60c85046d8b94b4eabc15ab09d3236e02c7d6 [diff] |
net: wget: Add interface to issue wget_requests using wget_http_info Declare and define a global default struct wget_http_info and an interface to issue wget requests providing a custom struct wget_http_info. This code is common to legacy wget and lwip wget. The idea is that the command wget should use the default wget_http_info and other internal u-boot code can call wget_request with their own wget_http_info struct. Signed-off-by: Adriano Cordova <adrianox@gmail.com>