Skip to content

Commit

Permalink
fix: Исправление метода и расположения запроса сжатия ответа
Browse files Browse the repository at this point in the history
  • Loading branch information
Stivo182 committed Jul 21, 2024
1 parent 17ff54b commit 60cbdd6
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
102 changes: 51 additions & 51 deletions src/ExternalDataProcessors/CURLBuilder/Forms/Форма/Form.form
Original file line number Diff line number Diff line change
Expand Up @@ -5752,6 +5752,57 @@
<items xsi:type="form:FormGroup">
<name>ГруппаПрочиеНастройкиHTTP</name>
<id>222</id>
<items xsi:type="form:FormField">
<name>ЗапроситьСжатиеОтвета</name>
<id>451</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<dataPath xsi:type="form:DataPath">
<segments>Объект.ЗапроситьСжатиеОтвета</segments>
</dataPath>
<titleLocation>Right</titleLocation>
<toolTip>
<key>ru</key>
<value>Запрашивает у веб-сервера ответ в сжатом виде и распаковывает его при получении</value>
</toolTip>
<toolTipRepresentation>ShowBottom</toolTipRepresentation>
<extendedTooltip>
<name>ЗапроситьСжатиеОтветаРасширеннаяПодсказка</name>
<id>453</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<type>Label</type>
<autoMaxWidth>true</autoMaxWidth>
<autoMaxHeight>true</autoMaxHeight>
<extInfo xsi:type="form:LabelDecorationExtInfo">
<horizontalAlign>Left</horizontalAlign>
</extInfo>
</extendedTooltip>
<contextMenu>
<name>ЗапроситьСжатиеОтветаКонтекстноеМеню</name>
<id>452</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<autoFill>true</autoFill>
</contextMenu>
<type>CheckBoxField</type>
<editMode>Enter</editMode>
<showInHeader>true</showInHeader>
<headerHorizontalAlign>Left</headerHorizontalAlign>
<showInFooter>true</showInFooter>
<extInfo xsi:type="form:CheckBoxFieldExtInfo">
<checkBoxType>Switcher</checkBoxType>
</extInfo>
</items>
<items xsi:type="form:FormGroup">
<name>ГруппаПеренаправления</name>
<id>368</id>
Expand Down Expand Up @@ -5980,57 +6031,6 @@
<items xsi:type="form:FormGroup">
<name>ГруппаПрочее</name>
<id>289</id>
<items xsi:type="form:FormField">
<name>ЗапроситьСжатиеОтвета</name>
<id>451</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<dataPath xsi:type="form:DataPath">
<segments>Объект.ЗапроситьСжатиеОтвета</segments>
</dataPath>
<titleLocation>Right</titleLocation>
<toolTip>
<key>ru</key>
<value>Запрашивает у веб-сервера ответ в сжатом виде и распаковывает его при получении</value>
</toolTip>
<toolTipRepresentation>ShowBottom</toolTipRepresentation>
<extendedTooltip>
<name>ЗапроситьСжатиеОтветаРасширеннаяПодсказка</name>
<id>453</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<type>Label</type>
<autoMaxWidth>true</autoMaxWidth>
<autoMaxHeight>true</autoMaxHeight>
<extInfo xsi:type="form:LabelDecorationExtInfo">
<horizontalAlign>Left</horizontalAlign>
</extInfo>
</extendedTooltip>
<contextMenu>
<name>ЗапроситьСжатиеОтветаКонтекстноеМеню</name>
<id>452</id>
<visible>true</visible>
<enabled>true</enabled>
<userVisible>
<common>true</common>
</userVisible>
<autoFill>true</autoFill>
</contextMenu>
<type>CheckBoxField</type>
<editMode>Enter</editMode>
<showInHeader>true</showInHeader>
<headerHorizontalAlign>Left</headerHorizontalAlign>
<showInFooter>true</showInFooter>
<extInfo xsi:type="form:CheckBoxFieldExtInfo">
<checkBoxType>Switcher</checkBoxType>
</extInfo>
</items>
<items xsi:type="form:FormField">
<name>РазрешитьНезащищенноеПодключение</name>
<id>459</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1074,10 +1074,10 @@
КонецЕсли;

Если Объект.ЗапроситьСжатиеОтвета Тогда
Curl.ИспользоватьСжатие();
Curl.ЗапроситьСжатиеОтвета();
ДобавитьМетодОбработкиВКод("ЗапроситьСжатиеОтвета");
КонецЕсли;

КонецПроцедуры

// Дополняет сборку разрешением незащищенного подключения.
Expand Down

0 comments on commit 60cbdd6

Please sign in to comment.