You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+91-25Lines changed: 91 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,41 @@
8
8
9
9
axios4go is a Go HTTP client library inspired by Axios, providing a simple and intuitive API for making HTTP requests. It offers features like JSON handling, configurable instances, and support for various HTTP methods.
10
10
11
+
## Table of Contents
12
+
13
+
-[Features](#features)
14
+
-[Installation](#installation)
15
+
-[Usage](#usage)
16
+
-[Making a Simple Request](#making-a-simple-request)
17
+
-[Using Request Options](#using-request-options)
18
+
-[Making POST Requests](#making-post-requests)
19
+
-[Using Async Requests](#using-async-requests)
20
+
-[Creating a Custom Client](#creating-a-custom-client)
21
+
-[Configuration Options](#configuration-options)
22
+
-[Contributing](#contributing)
23
+
-[License](#license)
24
+
11
25
## Features
12
26
13
27
- Simple and intuitive API
14
-
- Support for GET, POST, PUT, DELETE, HEAD, OPTIONS, and PATCH methods
28
+
- Support for `GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, and `PATCH` methods
0 commit comments