加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20121021073905/http://developer.android.com/reference/org/apache/http/HttpRequest.html
to top
Android APIs
public interface

HttpRequest

implements HttpMessage
org.apache.http.HttpRequest
Known Indirect Subclasses

Class Overview

An HTTP request.

Summary

Public Methods
abstract RequestLine getRequestLine()
Returns the request line of this request.
[Expand]
Inherited Methods
From interface org.apache.http.HttpMessage

Public Methods

public abstract RequestLine getRequestLine ()

Since: API Level 1

Returns the request line of this request.

Returns
  • the request line.