fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

Update readme.md #23

Closed linzhaoming closed 6 years ago

linzhaoming commented 6 years ago

DefaultMockServer should use shutdown(), not close(). DefaultMockServer don't have close() method.

iocanel commented 6 years ago

Thanks a lot!