TianoCore EDK2 master
Loading...
Searching...
No Matches
HttpApp.c File Reference
#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)
 

Detailed Description

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.

Function Documentation

◆ HttpAppInitialize()

EFI_STATUS EFIAPI HttpAppInitialize ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Entry point of Http standalone application.

Parameters
ImageHandleThe image handle of the process.
SystemTableThe EFI System Table pointer.
Return values
EFI_SUCCESSHttp command is executed successfully.
EFI_ABORTEDHII package was failed to initialize.
othersOther errors when executing http command.

Definition at line 37 of file HttpApp.c.

Variable Documentation

◆ mStringHelpTokenId

GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (STR_GET_HELP_HTTP)

Definition at line 23 of file HttpApp.c.