generic-async-http-client 0.7.0

async HTTP(S) client
Documentation
name: async_native

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Test async_native_tls
      run: cargo test --features "async_native_tls,proxies" --verbose