@@ -74,16 +74,26 @@ <h5 id="request-title" class="text-muted title">
74
74
< a class ="dropdown-item " href ="# "> PATCH</ a >
75
75
</ div >
76
76
</ div >
77
- < label for ="request-url " class ="d-inline-flex " data-i18n ="requestUrl "> URL</ label >
78
- < div class ="input-group ig-request-url ">
79
- < input type ="text " class ="form-control " id ="request-url " placeholder ="http://www.example.com ">
80
- < button type ="button " class ="input-group-addon btn-toggle-favorite-url ">
81
- < i class ="fa fa-star-o "> </ i >
77
+ < label for ="request-url " class ="d-inline-flex m-l-sm m-r-xs " data-i18n ="requestUrl "> URL</ label >
78
+ < div class ="input-group d-flex request-combo ">
79
+ < button type ="button " class ="input-group-addon " id ="dd-response-type " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
80
+ < i class ="fa fa-file-text-o "> </ i >
82
81
</ button >
83
- < button type ="button " class ="input-group-addon " id ="dd-request-urls " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
84
- < i class ="fa fa-angle-down "> </ i >
85
- </ button >
86
- < div id ="request-urls-dropdown " class ="dropdown-menu dropdown-menu-right " aria-labelledby ="dd-request-urls ">
82
+ < div id ="response-type-dropdown " class ="dropdown-menu " aria-labelledby ="dd-response-type ">
83
+ < div class ="dropdown-header " data-i18n ="requestResponseTypeMenu "> Response type</ div >
84
+ < a class ="dropdown-item btn-switch-response-type active " data-type ="text " href ="# "> < i class ="fa fa-file-text-o "> </ i > < span data-i18n ="requestResponseTypeMenuText "> Text</ span > </ a >
85
+ < a class ="dropdown-item btn-switch-response-type " data-type ="blob " href ="# "> < i class ="fa fa-file-archive-o "> </ i > < span data-i18n ="requestResponseTypeMenuBlob "> Blob (Binary file)</ span > </ a >
86
+ </ div >
87
+ < div class ="input-group ig-request-url ">
88
+ < input type ="text " class ="form-control " id ="request-url " placeholder ="http://www.example.com ">
89
+ < button type ="button " class ="input-group-addon btn-toggle-favorite-url ">
90
+ < i class ="fa fa-star-o "> </ i >
91
+ </ button >
92
+ < button type ="button " class ="input-group-addon " id ="dd-request-urls " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
93
+ < i class ="fa fa-angle-down "> </ i >
94
+ </ button >
95
+ < div id ="request-urls-dropdown " class ="dropdown-menu dropdown-menu-right " aria-labelledby ="dd-request-urls ">
96
+ </ div >
87
97
</ div >
88
98
</ div >
89
99
< button type ="submit " class ="btn btn-send-request btn-primary " data-i18n ="requestSend "> SEND</ button >
0 commit comments