MCPcopy Create free account

hub / github.com/847850277/postman-gpui / functions

Functions394 in github.com/847850277/postman-gpui

Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
examples/element_display_to_string_example.rs:7
Methodform_key_on_mouse_down
FormData key mouse event handlers
src/ui/components/input/body_input.rs:1180
Methodform_key_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1214
Methodform_key_on_mouse_up
( &mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>,
src/ui/components/input/body_input.rs:1202
Methodform_value_on_mouse_down
FormData value mouse event handlers
src/ui/components/input/body_input.rs:1251
Methodform_value_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1283
Methodform_value_on_mouse_up
( &mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>,
src/ui/components/input/body_input.rs:1271
Methodfrom
(err: reqwest::Error)
src/errors/mod.rs:43
Methodfrom
(s: &str)
src/models/request.rs:60
Methodfrom
(s: &str)
examples/element_from_into_example.rs:24
Methodfrom_raw_response
(raw_response: &str)
src/http/response.rs:28
Methodfrom_str
从字符串解析 HTTP 方法(不区分大小写)
src/models/request.rs:18
Methodget_content
(&self)
src/ui/components/input/header_input.rs:70
Methodget_form_data_entries
(&self)
src/ui/components/input/body_input.rs:277
Methodget_json_content
(&self)
src/ui/components/input/body_input.rs:273
Methodget_request
(&self, index: usize)
src/models/collection.rs:27
Methodget_state
获取当前状态
src/ui/components/display/response_viewer.rs:92
Methodheader_cell_bg_color
Helper function to get header cell background color
src/app/postman_app.rs:526
Methodheader_cell_border_color
Helper function to get header cell border color
src/app/postman_app.rs:535
Methodheader_text_color
Helper function to get header text color
src/app/postman_app.rs:544
Methodheaders
(&self)
src/http/response.rs:20
Methodhide_tooltip
(&mut self, _: &ClickEvent, _window: &mut Window, cx: &mut Context<Self>)
examples/deferred_anchored_example.rs:35
Methodhome
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:668
Methodhome
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:116
Methodhome
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:124
Methodid
(&self)
src/ui/components/input/body_input.rs:1343
Methodid
(&self)
src/ui/components/input/header_input.rs:460
Methodinto_element
(self)
src/ui/components/display/response_viewer.rs:263
Methodinto_element
(self)
src/ui/components/input/body_input.rs:1334
Methodinto_element
(self)
src/ui/components/input/url_input.rs:440
Methodinto_element
(self)
src/ui/components/input/header_input.rs:451
Methodis_valid
验证请求是否有效
src/models/request.rs:113
Methodjson_backspace
(&mut self, _: &Backspace, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:805
Methodjson_copy
(&mut self, _: &Copy, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:841
Methodjson_cut
(&mut self, _: &Cut, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:852
Methodjson_delete
(&mut self, _: &Delete, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:815
Methodjson_down
(&mut self, _: &Down, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:743
Methodjson_end
(&mut self, _: &End, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:797
Methodjson_enter
(&mut self, _: &Enter, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:825
Methodjson_home
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:789
Methodjson_left
JSON input action handlers
src/ui/components/input/body_input.rs:713
Methodjson_on_mouse_down
( &mut self, event: &MouseDownEvent, _window: &mut Window, cx: &mut Context<Se
src/ui/components/input/body_input.rs:1050
Methodjson_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1075
Methodjson_on_mouse_up
(&mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>)
src/ui/components/input/body_input.rs:1068
Methodjson_paste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:832
Methodjson_right
(&mut self, _: &Right, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:724
Methodjson_select_all
(&mut self, _: &SelectAll, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:781
Methodjson_select_down
(&mut self, _: &SelectDown, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:773
Methodjson_select_left
(&mut self, _: &SelectLeft, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:751
Methodjson_select_right
(&mut self, _: &SelectRight, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:758
Methodjson_select_up
(&mut self, _: &SelectUp, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:765
Methodjson_up
(&mut self, _: &Up, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:735
Methodlog_message
自定义日志格式
test_server.py:87
Functionmain
()
src/main.rs:16
Functionmain
()
examples/basic_request.rs:4
Functionmain
()
examples/text_input_demo.rs:86
Functionmain
()
examples/element_display_to_string_example.rs:19
Functionmain
()
examples/element_from_into_example.rs:1
Functionmain
()
examples/deferred_anchored_example.rs:197
Functionmain
()
examples/element_into_element_example.rs:91
Functionmain
()
examples/advanced_dropdown_example.rs:277
Methodmarked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/body_input.rs:129
Methodmarked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/url_input.rs:319
Methodmarked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/header_input.rs:330
Methodnew
()
src/http/executor.rs:33
Methodnew
(status_code: u16, headers: Vec<(String, String)>, body: String)
src/http/response.rs:8
Methodnew
(cx: &mut App)
src/app/postman_app.rs:60
Methodnew
(cx: &mut Context<Self>)
src/ui/components/display/method_selector.rs:20
Methodnew
(cx: &mut Context<Self>)
src/ui/components/display/response_viewer.rs:52
Methodnew
()
src/ui/components/display/history_list.rs:38
Methodnew
(id: impl Into<ElementId>, cx: &mut Context<Self>)
src/ui/components/common/dropdown.rs:23
Methodnew
(cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:231
Methodnew
(cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:51
Methodnew
(cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:51
Methodnew
(name: String)
src/models/collection.rs:10
Methodnew
创建新的请求
src/models/request.rs:88
Methodnew
(request: Request, name: String)
src/models/history.rs:19
Methodnew
(name: String)
src/models/workspace.rs:8
Methodnew
(element: E)
examples/element_into_element_example.rs:51
Methodon_dropdown_event
( &mut self, _dropdown: Entity<Dropdown>, event: &DropdownEvent, cx: &mut Cont
src/ui/components/display/method_selector.rs:63
Methodon_history_selected
Handle history item selection
src/app/postman_app.rs:425
Methodon_method_changed
处理方法变更事件
src/app/postman_app.rs:95
Methodon_send_clicked
处理 Send 按钮点击
src/app/postman_app.rs:271
Methodon_url_changed
处理URL变更事件
src/app/postman_app.rs:171
Methodpaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/display/response_viewer.rs:489
Methodpaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/body_input.rs:1466
Methodpaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/url_input.rs:565
Methodpaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/header_input.rs:576
Methodparse_and_set_form_data
解析并设置 FormData
src/app/postman_app.rs:572
Methodpaste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:143
Methodpaste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:154
Methodprepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/display/response_viewer.rs:299
Methodprepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/body_input.rs:1376
Methodprepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/url_input.rs:470
Methodprepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/header_input.rs:481
Functionquit
处理退出应用的函数
src/main.rs:11
Methodremove_collection
(&mut self, collection_name: &str)
src/models/workspace.rs:24
Methodremove_request
(&mut self, index: usize)
src/models/collection.rs:21
Methodremove_request
(&mut self, request_name: &str)
src/models/workspace.rs:28
Methodrender
(&mut self, _window: &mut Window, cx: &mut Context<Self>)
src/app/postman_app.rs:970
← previousnext →201–300 of 394, ranked by callers