@api-components/http-method-selector
Version:
30 lines (22 loc) • 1.04 kB
Markdown
[](https://travis-ci.org/advanced-rest-client/http-method-selector)
[](https://www.webcomponents.org/element/advanced-rest-client/http-method-selector)
# http-method-selector
A HTTP method selector. Displays list of radio buttons with common
http methods and a dropdown with less common but still valid methods.
<!---
```
<custom-element-demo>
<template>
<link rel="import" href="http-method-selector.html">
<link rel="import" href="http-method-selector-mini.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
<http-method-selector method="POST" is-payload></http-method-selector>
<http-method-selector-mini method="PUT" is-payload></http-method-selector-mini>
```
### API components
This components is a part of API components ecosystem: https://elements.advancedrestclient.com/