Skip to content

add request in Client struct to override the default request #185

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

torniker
Copy link

I found multiple open issues regarding the client of sse and possibility to customize the request.

This is a very simple fix I came up with. Just added *http.Request to the client struct and user can set it like so:

	client := sse.NewClient("some url", func(c *sse.Client) {
		c.Request = customRequest
	})

and change the request function so that if this request is set it would override the default behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant