Welcome to mirror list, hosted at ThFree Co, Russian Federation.

headers.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80ae3fb146fba5665a9dd2dcec86b7e010d01411 (plain)
1
2
3
export const ContentTypeMultipartFormData = {
  'Content-Type': 'multipart/form-data',
};