diff --git a/README.md b/README.md index 0f7d57e..8a9ffee 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ higher-level API. ## Usage examples -#### GET request - -> **NOTE** -> For installations as VPM module use +> [!IMPORTANT] +> On Windows, use gcc to compile your V program > -> ```v -> import ttytm.vibe +> ```sh +> v -cc gcc your_awesome_program.v > ``` +#### GET request + ```v import vibe @@ -185,23 +185,14 @@ os.rm(cookie_jar)! ## Further information and upcoming features -Vibe is in early development. Additional features will be added based on personal projects and -sensible community needs. +Additional features will be added based on personal projects and sensible community needs. +Contributions like bug 🐛 reports, ⭐ stars and 💡 suggestions are welcome alike! ### Planned +- [x] Linux, macOS, Windows - [x] Download with progress - [x] Custom headers - [x] Proxy support -- [ ] SSL options -- [ ] Extend HTTP methods - -### Considered -- Additional curl-compatible formats beyond HTTP. -- Expose response streams / io.Reader implementation -- 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. -Contributions like bug 🐛 reports, ⭐ stars and 💡 suggestions are welcome alike! +Given that the project is being worked on in limited spare time, please excuse potential delays in replying.