HttpClientRequest
com.elixirtech.HttpClientRequest
object HttpClientRequest extends LoggingHelper
Attributes
- Graph
-
- Supertypes
- Self type
-
HttpClientRequest.type
Members list
Value members
Concrete methods
def get(uriString: String, data: Map[String, String], headers: Map[String, String]): HttpClientResponse
def postBytes(uriString: String, data: Array[Byte], headers: Map[String, String]): HttpClientResponse
def postForm(uriString: String, data: Map[String, String], headers: Map[String, String]): HttpClientResponse
Inherited methods
Attributes
- Inherited from:
- LoggingHelper
Attributes
- Inherited from:
- LoggingHelper
Attributes
- Inherited from:
- LoggingHelper
Attributes
- Inherited from:
- LoggingHelper
Attributes
- Inherited from:
- LoggingHelper
Inherited fields
Attributes
- Inherited from:
- LoggingHelper
In this article