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
headers appears to be a recurring parameter type throughout the services definition. The expected type is related to general HTTP headers, although apparently has different format. The IncomingHttpHeaders type from node:http contains the definitions for regular HTTP headers. Reusing that type would give us a nice, strict typing, consistency (currently we have a mix of object and {}), and code completion:
headers
appears to be a recurring parameter type throughout the services definition. The expected type is related to general HTTP headers, although apparently has different format. TheIncomingHttpHeaders
type fromnode:http
contains the definitions for regular HTTP headers. Reusing that type would give us a nice, strict typing, consistency (currently we have a mix ofobject
and{}
), and code completion:Originally posted by @daogrady in #9 (comment)
The text was updated successfully, but these errors were encountered: