Skip to content

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

Open
torniker wants to merge 1 commit intor3labs:masterfrom
torniker:master
Open

add request in Client struct to override the default request#185
torniker wants to merge 1 commit intor3labs:masterfrom
torniker:master

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