Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grayjay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoStreaming
Grayjay
Merge requests
!15
Method body modifier support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Method body modifier support
method-body-modifier-support
into
master
Overview
0
Commits
2
Pipelines
0
Changes
5
Open
Kelvin
requested to merge
method-body-modifier-support
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
5
Expand
Adds method and body support to request modifiers
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
dc612dce
2 commits,
1 year ago
5 files
+
40
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
app/src/main/assets/devportal/plugin.d.ts
+
3
−
1
Options
@@ -243,7 +243,9 @@ declare class DashSource implements IVideoSource {
declare
interface
IRequest
{
url
:
string
,
headers
:
Map
<
string
,
string
>
headers
:
Map
<
string
,
string
>
?,
method
:
string
?,
body
:
string
?
}
declare
interface
IRequestModifierDef
{
allowByteSkip
:
boolean
Loading