1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/api/web/http.md

24 lines
480 B
Markdown
Raw Normal View History

2018-07-13 20:35:27 +08:00
---
2020-09-14 22:47:49 +08:00
title: "web#http API"
description: "web#http API provides some basic functions and values for http request"
2018-07-13 20:35:27 +08:00
---
# [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.
2018-07-13 20:35:27 +08:00
## Functions
| function name | description |
| --------------- | ------------------ |
| `get(url, ...)` | send a GET request |