Get started with reqwest CDN
MIT licensed
Reqwest is a lightweight Rust library for making HTTP requests.
Tags:- ender
- ajax
- xhr
- connection
- web 2.0
- async
- sync
Stable version
Copied!
How to start using reqwest CDN
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.cdnhub.io/reqwest/2.0.5/reqwest.min.js"></script>
<script>
// Define a callback function to handle the response
function onResponse(data) {
console.log('Received data:', data);
}
// Use reqwest to make a GET request
reqwest({
url: 'https://jsonplaceholder.typicode.com/todos/1',
type: 'json',
success: onResponse
});
</script>
</head>
<body>
</body>
</html>
Copied!
Copied!
All versions
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5
0.0.6
0.0.7
0.0.8
0.0.9
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.1.7
0.1.8
0.1.9
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
0.2.7
0.2.8
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.4.1
0.4.2
0.4.3
0.4.5
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.6.4
0.6.5
0.7.0
0.7.1
0.7.2
0.7.3
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
1.0.1
1.0.2
1.1.0
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
*** 2.0.5