bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 133 forks source link

Additional documentation & linting adjustments #18

Closed msanft closed 1 year ago

msanft commented 1 year ago

Proposed Changes

Additional Information

I also tried to provide more meaningful names for some of the CFFI methods. I don't know how these may affect current CFFI users so feel free to remove them on review.

bogdanfinn commented 1 year ago

@stdoutput thank you very much for contributing. Really appreciate input here. I will look at the changeset in detail later.

As far as i see you did not adjust the exported method names for the CFFI Methods? This should not affect current CFFI users when they just use the exported function names when working the the shared libraries.

msanft commented 1 year ago

@stdoutput thank you very much for contributing. Really appreciate input here. I will look at the changeset in detail later.

As far as i see you did not adjust the exported method names for the CFFI Methods? This should not affect current CFFI users when they just use the exported function names when working the the shared libraries.

Thanks for getting back so fast. I did not change the exported set, correct.