We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello
so i really appreciate with your works here that i'm using it right now. but i have difficulties with documentation and typescript.
i want to add some http headers into HTTPTransport. can you help me with this Record<string, string> means in Javascript?
i wish that this project will have more explained documentation with it.
great job, and have a nice day!
thank you.
The text was updated successfully, but these errors were encountered:
After fast reading fetch doc and typescript doc, I suggest
{ 'Header-Name': 'header value', // for example : 'Content-Type': 'plain/text' }
Regards
Sorry, something went wrong.
Yes it is a simple object of keys and values.
No branches or pull requests
hello
so i really appreciate with your works here that i'm using it right now.
but i have difficulties with documentation and typescript.
i want to add some http headers into HTTPTransport. can you help me with this Record<string, string> means in Javascript?
i wish that this project will have more explained documentation with it.
great job, and have a nice day!
thank you.
The text was updated successfully, but these errors were encountered: