Skip to content

Commit

Permalink
docs: mention libcurl as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Oct 20, 2023
1 parent a03a0e1 commit 5e4ca42
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ higher-level API.

## Installation

Install via `v` cli
**Build Dependencies**

- From source
- libcurl - E.g., on Debian-based Linux distros, this might be `libcurl4-openssl-dev` or
`libcurl4-gnutls-dev`.

**Vibe as V module**

- Install via V's cli

```
v install --git https://github.com/ttytm/vibe
```

```v
import vibe
```

## Usage examples

#### GET request
Expand Down Expand Up @@ -169,15 +170,15 @@ sensible community needs.

- [x] Download with progress
- [x] Custom headers
- [x] curl Proxy support
- [x] Proxy support
- [ ] SSL options
- [ ] Extend HTTP methods

### Considered

- Additional curl-compatible formats beyond HTTP.
- Expose response streams / io.Reader implementation
- Support different curl versions
- Support multiple curl versions / allow to opt into newer versions.

Given that the project is being worked on in spare time, please excuse potential delays in replying
due to limited time resources.
Expand Down

0 comments on commit 5e4ca42

Please # to comment.