mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
24 lines
480 B
Markdown
24 lines
480 B
Markdown
---
|
|
title: "web#http API"
|
|
description: "web#http API provides some basic functions and values for http request"
|
|
---
|
|
|
|
# [Available APIs](../../) >> web#html
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Intro](#intro)
|
|
- [Functions](#functions)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Intro
|
|
|
|
web#html API provides some basic functions and values for http request.
|
|
|
|
## Functions
|
|
|
|
| function name | description |
|
|
| --------------- | ------------------ |
|
|
| `get(url, ...)` | send a GET request |
|