Skip to content

Latest commit

 

History

History

azure-core-http-httpurlconnection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Azure Core HttpUrlConnection HTTP plugin library for Android

Build Documentation

Azure Core HttpUrlConnection HTTP client is a plugin for the azure-core HTTP client API.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-http-httpurlconnection</artifactId>
    <version>1.0.0-beta.14</version>
</dependency>

Key concepts

The key concepts of Azure Core HTTP HttpUrlConnection include:

  • TODO

Examples

Troubleshooting

If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Android SDK.

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions