TianoCore EDK2 master
|
#include "Http.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | HttpAppInitialize (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID | mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_HTTP) |
Entrypoint of "http" shell standalone application.
Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
Copyright (c) 2015, ARM Ltd. All rights reserved.
Copyright (c) 2020, Broadcom. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file HttpApp.c.
EFI_STATUS EFIAPI HttpAppInitialize | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Entry point of Http standalone application.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
EFI_SUCCESS | Http command is executed successfully. |
EFI_ABORTED | HII package was failed to initialize. |
others | Other errors when executing http command. |
GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_HTTP) |