mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
12 lines
324 B
HTML
12 lines
324 B
HTML
<form class="form-inline" method="GET" action="/request_preview">
|
|
<input
|
|
style="width: 20em"
|
|
id="spec"
|
|
name="spec"
|
|
class="input-medium search-query"
|
|
value="{{spec}}"
|
|
placeholder="method:path:[features]"
|
|
>
|
|
<input type="submit" class="btn" value="preview">
|
|
</form>
|