Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/847850277/postman-gpui
/ functions
Functions
394 in github.com/847850277/postman-gpui
⨍
Functions
394
◇
Types & classes
53
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
examples/element_display_to_string_example.rs:7
Method
form_key_on_mouse_down
FormData key mouse event handlers
src/ui/components/input/body_input.rs:1180
Method
form_key_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1214
Method
form_key_on_mouse_up
( &mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>,
src/ui/components/input/body_input.rs:1202
Method
form_value_on_mouse_down
FormData value mouse event handlers
src/ui/components/input/body_input.rs:1251
Method
form_value_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1283
Method
form_value_on_mouse_up
( &mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>,
src/ui/components/input/body_input.rs:1271
Method
from
(err: reqwest::Error)
src/errors/mod.rs:43
Method
from
(s: &str)
src/models/request.rs:60
Method
from
(s: &str)
examples/element_from_into_example.rs:24
Method
from_raw_response
(raw_response: &str)
src/http/response.rs:28
Method
from_str
从字符串解析 HTTP 方法(不区分大小写)
src/models/request.rs:18
Method
get_content
(&self)
src/ui/components/input/header_input.rs:70
Method
get_form_data_entries
(&self)
src/ui/components/input/body_input.rs:277
Method
get_json_content
(&self)
src/ui/components/input/body_input.rs:273
Method
get_request
(&self, index: usize)
src/models/collection.rs:27
Method
get_state
获取当前状态
src/ui/components/display/response_viewer.rs:92
Method
header_cell_bg_color
Helper function to get header cell background color
src/app/postman_app.rs:526
Method
header_cell_border_color
Helper function to get header cell border color
src/app/postman_app.rs:535
Method
header_text_color
Helper function to get header text color
src/app/postman_app.rs:544
Method
headers
(&self)
src/http/response.rs:20
Method
hide_tooltip
(&mut self, _: &ClickEvent, _window: &mut Window, cx: &mut Context<Self>)
examples/deferred_anchored_example.rs:35
Method
home
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:668
Method
home
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:116
Method
home
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:124
Method
id
(&self)
src/ui/components/input/body_input.rs:1343
Method
id
(&self)
src/ui/components/input/header_input.rs:460
Method
into_element
(self)
src/ui/components/display/response_viewer.rs:263
Method
into_element
(self)
src/ui/components/input/body_input.rs:1334
Method
into_element
(self)
src/ui/components/input/url_input.rs:440
Method
into_element
(self)
src/ui/components/input/header_input.rs:451
Method
is_valid
验证请求是否有效
src/models/request.rs:113
Method
json_backspace
(&mut self, _: &Backspace, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:805
Method
json_copy
(&mut self, _: &Copy, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:841
Method
json_cut
(&mut self, _: &Cut, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:852
Method
json_delete
(&mut self, _: &Delete, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:815
Method
json_down
(&mut self, _: &Down, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:743
Method
json_end
(&mut self, _: &End, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:797
Method
json_enter
(&mut self, _: &Enter, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:825
Method
json_home
(&mut self, _: &Home, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:789
Method
json_left
JSON input action handlers
src/ui/components/input/body_input.rs:713
Method
json_on_mouse_down
( &mut self, event: &MouseDownEvent, _window: &mut Window, cx: &mut Context<Se
src/ui/components/input/body_input.rs:1050
Method
json_on_mouse_move
( &mut self, event: &MouseMoveEvent, _: &mut Window, cx: &mut Context<Self>,
src/ui/components/input/body_input.rs:1075
Method
json_on_mouse_up
(&mut self, _: &MouseUpEvent, _window: &mut Window, _: &mut Context<Self>)
src/ui/components/input/body_input.rs:1068
Method
json_paste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:832
Method
json_right
(&mut self, _: &Right, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:724
Method
json_select_all
(&mut self, _: &SelectAll, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:781
Method
json_select_down
(&mut self, _: &SelectDown, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:773
Method
json_select_left
(&mut self, _: &SelectLeft, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:751
Method
json_select_right
(&mut self, _: &SelectRight, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:758
Method
json_select_up
(&mut self, _: &SelectUp, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:765
Method
json_up
(&mut self, _: &Up, _: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:735
Method
log_message
自定义日志格式
test_server.py:87
Function
main
()
src/main.rs:16
Function
main
()
examples/basic_request.rs:4
Function
main
()
examples/text_input_demo.rs:86
Function
main
()
examples/element_display_to_string_example.rs:19
Function
main
()
examples/element_from_into_example.rs:1
Function
main
()
examples/deferred_anchored_example.rs:197
Function
main
()
examples/element_into_element_example.rs:91
Function
main
()
examples/advanced_dropdown_example.rs:277
Method
marked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/body_input.rs:129
Method
marked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/url_input.rs:319
Method
marked_text_range
( &self, _window: &mut Window, _cx: &mut Context<Self>, )
src/ui/components/input/header_input.rs:330
Method
new
()
src/http/executor.rs:33
Method
new
(status_code: u16, headers: Vec<(String, String)>, body: String)
src/http/response.rs:8
Method
new
(cx: &mut App)
src/app/postman_app.rs:60
Method
new
(cx: &mut Context<Self>)
src/ui/components/display/method_selector.rs:20
Method
new
(cx: &mut Context<Self>)
src/ui/components/display/response_viewer.rs:52
Method
new
()
src/ui/components/display/history_list.rs:38
Method
new
(id: impl Into<ElementId>, cx: &mut Context<Self>)
src/ui/components/common/dropdown.rs:23
Method
new
(cx: &mut Context<Self>)
src/ui/components/input/body_input.rs:231
Method
new
(cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:51
Method
new
(cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:51
Method
new
(name: String)
src/models/collection.rs:10
Method
new
创建新的请求
src/models/request.rs:88
Method
new
(request: Request, name: String)
src/models/history.rs:19
Method
new
(name: String)
src/models/workspace.rs:8
Method
new
(element: E)
examples/element_into_element_example.rs:51
Method
on_dropdown_event
( &mut self, _dropdown: Entity<Dropdown>, event: &DropdownEvent, cx: &mut Cont
src/ui/components/display/method_selector.rs:63
Method
on_history_selected
Handle history item selection
src/app/postman_app.rs:425
Method
on_method_changed
处理方法变更事件
src/app/postman_app.rs:95
Method
on_send_clicked
处理 Send 按钮点击
src/app/postman_app.rs:271
Method
on_url_changed
处理URL变更事件
src/app/postman_app.rs:171
Method
paint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/display/response_viewer.rs:489
Method
paint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/body_input.rs:1466
Method
paint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/url_input.rs:565
Method
paint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/header_input.rs:576
Method
parse_and_set_form_data
解析并设置 FormData
src/app/postman_app.rs:572
Method
paste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/url_input.rs:143
Method
paste
(&mut self, _: &Paste, window: &mut Window, cx: &mut Context<Self>)
src/ui/components/input/header_input.rs:154
Method
prepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/display/response_viewer.rs:299
Method
prepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/body_input.rs:1376
Method
prepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/url_input.rs:470
Method
prepaint
( &mut self, _id: Option<&GlobalElementId>, _inspector_id: Option<&gpui::InspectorElem
src/ui/components/input/header_input.rs:481
Function
quit
处理退出应用的函数
src/main.rs:11
Method
remove_collection
(&mut self, collection_name: &str)
src/models/workspace.rs:24
Method
remove_request
(&mut self, index: usize)
src/models/collection.rs:21
Method
remove_request
(&mut self, request_name: &str)
src/models/workspace.rs:28
Method
render
(&mut self, _window: &mut Window, cx: &mut Context<Self>)
src/app/postman_app.rs:970
← previous
next →
201–300 of 394, ranked by callers