C# Class http.Parser

显示文件 Open project: ChrisOMetz/HTTPie.net

Public Methods

Method Description
ParseArgs ( string args ) : Options

Private Methods

Method Description
ConvertArguments ( string args ) : List
IsWebUrl ( string target ) : bool
ParseArguments ( string options ) : RequestItem
ProcessPrettyOptions ( string args ) : FormatOption

Method Details

ParseArgs() public static method

public static ParseArgs ( string args ) : Options
args string
return Options