1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:50:04 +08:00
SpaceVim/docs/api/web/http.md
2018-07-13 20:35:27 +08:00

24 lines
480 B
Markdown

---
title: "web#http api"
description: "web#http API provides some besic 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 besic functions and values for http request.
## Functions
| function name | description |
| --------------- | ------------------ |
| `get(url, ...)` | send a GET request |