You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET http://localhost:8888/collect/mockindex/ HTTP/1.1Auth: "Coll 2.bQk0e2sNddsmNdNdYcaTPszg"Lang: "zh"User-Agent: vscode-restclientAccept-Encoding: gzip
The custom HTTP headers auth and lang will auto uppercase its first letter
Except
GET http://localhost:8888/collect/mockindex/ HTTP/1.1auth: "Coll 2.bQk0e2sNddsmNdNdYcaTPszg"lang: "zh"User-Agent: vscode-restclientAccept-Encoding: gzip
The text was updated successfully, but these errors were encountered:
Huachao
changed the title
Add config option to control auto Camel-Case feature
Add config option to control auto Camel-Case feature when previewOption is set to exchangeOct 22, 2019
Add a extension config option to control the custom request header Camel-Case
For example there is a HTTP request 👇
Current
The custom HTTP headers
auth
andlang
will auto uppercase its first letterExcept
The text was updated successfully, but these errors were encountered: